Skip to content

Releases: atinux/nuxt-auth-utils

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

v0.5.19

07 Apr 12:39
3286953

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for authorization parameters and ensure state param is included from query when present in Facebook & Microsoft OAuth (#386)

🩹 Fixes

  • Explicit Return Type on getUserSession (#379)

❤️ Contributors

v0.5.18

01 Apr 10:45
cf89c3c

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support GitHub Enterprise Server and GHE.com (#383)
  • Add Salesforce, Slack and Heroku OAuth providers (#382)

❤️ Contributors

v0.5.17

19 Mar 11:06
e1e9450

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add LiveChat OAuth (#376)
  • Add Azure b2c OAuth provider (#362)
  • Add Kick OAuth provider (#360)

🩹 Fixes

  • Verify steam credentials (#365)
  • Remove ohash dependency (#377)
  • oauth, apple: Return tokens in response (#373)
  • oauth, facebook: Prevent duplication of config.fields and config.scope in defu merge (#375)

❤️ Contributors