Skip to content

Releases: atinux/nuxt-auth-utils

v0.5.29

17 Feb 13:40
a3d6317

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add RiotGames OAuth provider (#495)
  • Add Box provider (#498)

🩹 Fixes

  • Keycloak provider unhandled error on requestAccessToken (#504)

📖 Documentation

  • Fix passwordNeedsRehash usage in README (#502)

🏡 Chore

  • playground: Remove local icon Ory (#499)
  • Update deps (a3d6317)

❤️ Contributors

v0.5.28

26 Jan 16:44
6f3a1a2

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add osu! oauth provider (#492)

🩹 Fixes

  • Rename oicd to oidc in OAuthProvider type (#485)
  • OIDC: Typo + make PKCE and nonce mandatory as per specs (#491)

📖 Documentation

  • Add tip in the readme for access aaguid and how to use it (#487)

🏡 Chore

  • Add types for Kick and Twitch providers (#489)

❤️ Contributors

v0.5.27

13 Jan 11:57
16e307e

Choose a tag to compare

compare changes

🚀 Enhancements

  • webauthn: Expose and pass aaguid (#484)
  • Add OpenID Connect (OIDC) provider (#444)

🩹 Fixes

  • x: Use handlePkceVerifier for proper PKCE flow (#482)

🏡 Chore

❤️ Contributors

v0.5.26

09 Dec 15:52
769cb99

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Shopify Customer Account API OAuth provider (#470)
  • Opt out of session plugin with loadStrategy: 'none' (#472)
  • Add utility for checking outdated password hashes during login flow (#471)

🩹 Fixes

  • LiveChat: Remove scope assumption with LiveChat login (#432)
  • Properly handle state if cookie already exists (3a0a3e7)
  • Missing code_challenge and state mismatch (#465)
  • Steam 403 error when running locally (#473)
  • zitadel: Don't prefix domain with https:// if another protocol is used (#475)
  • UserSession type safety (#459)
  • Add explicit security options to OAuth cookies to prevent state mismatch errors (#463)

📖 Documentation

  • Set the auth.d.ts in shared/types/ (84f879e)
  • Fix typo in README regarding Nuxt Auth Utils (#474)

🏡 Chore

❤️ Contributors

v0.5.25

17 Sep 08:33
9c500d9

Choose a tag to compare

compare changes

🚀 Enhancements

  • auth0: Handle errors passed from Auth0 in query string (#456, #457)

🩹 Fixes

  • module: Don't update .env if password set in runtimeConfig (#452)

🏡 Chore

  • playground: Move types/ to shared/types (988dfc6)
  • Update deps (9c500d9)

❤️ Contributors

v0.5.24

04 Sep 16:10
4589de2

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add client-only load strategy (#443)

🩹 Fixes

  • Keycloak: Use realmURLInternal for internal calls (#414)
  • Add configurable scope to Authentik provider (#446)

🏡 Chore

  • Update all deps (#448)

❤️ Contributors

v0.5.23

05 Aug 16:25
7e86ab9

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Ory provider (#417)
  • Add Roblox OAuth provider (#420)
  • Add GitHub state param (#423)

🩹 Fixes

  • Prevent session password in .env from being included in production builds (#419)

🏡 Chore

❤️ Contributors

v0.5.22

31 Jul 16:04
c645d59

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Okta OAuth provider (#429)

🩹 Fixes

  • keycloak: Allow fetch userinfo using internal url (#430)

📖 Documentation

  • Fix missing auth.d.ts session types in server dir Nuxt 4 (#437)

🏡 Chore

  • Update to return when using invalidState (60f32d8)

❤️ Contributors

v0.5.21

31 Jul 16:02
c0ca033

Choose a tag to compare

compare changes

🩹 Fixes

  • keycloak: Allow fetch userinfo using internal url (#430)

📖 Documentation

  • Fix missing auth.d.ts session types in server dir Nuxt 4 (#437)

🏡 Chore

  • Update to return when using invalidState (60f32d8)

❤️ Contributors

v0.5.20

15 Apr 13:39
9d816a8

Choose a tag to compare

compare changes

📖 Documentation

  • Update readme file to fix path to OAuth provider (9d816a8)

🏡 Chore

❤️ Contributors