Skip to content

Releases: atinux/nuxt-auth-utils

v0.5.5

15 Nov 18:06
5392da9
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • New OAuth Provider: WorkOS (bfa2a88)
  • New OAuth Provider: Seznam (#285)
  • webauthn: Add event to validateUser to track authenticated users (#287)

🏡 Chore

  • Update packageManager to pnpm 9.13.2 (fc0d991)

❤️ Contributors

v0.5.4

14 Nov 10:42
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Forward set-cookie header for useUserSession().clear() (#282)

🏡 Chore

❤️ Contributors

v0.5.3

11 Nov 18:11
1fb081c
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

🩹 Fixes

  • composable: Use same context for clear and fetch (#278)

🏡 Chore

❤️ Contributors

v0.5.2

05 Nov 11:54
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Zitadel provider implementation (d4c0b5a)

🏡 Chore

❤️ Contributors

v0.5.1

31 Oct 10:13
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • useWebAuthn composable registration & fix allowCredentials / excludeCredentials option (#266)

🏡 Chore

❤️ Contributors

v0.5.0

21 Oct 14:19
Compare
Choose a tag to compare

compare changes

⚠️ Breaking Changes

  • ⚠️ Update simplewebauthn to v11 (92e3e2e)

If you are using Passkeys, make sure to install the v11 of simplewebauth:

npx nypm i @simplewebauthn/server@11 @simplewebauthn/browser@11

📖 Documentation

  • Set webauthn version to v11 (ca151c7)
  • Fix typo (#251)

🏡 Chore

  • playground: Remove duplicate code (edc14ce)
  • ⚠️ Update simplewebauthn to v11 (92e3e2e)
  • Update deps (5a4ecb3)

❤️ Contributors

v0.4.4

07 Oct 14:21
457b6b1
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • types: Fetch hook is called even is user is not set (#209)

❤️ Contributors

v0.4.3

07 Oct 09:44
c1291cd
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Linear provider (c1291cd)
  • clearUserSession takes config arg as well (69eaf42)

🏡 Chore

❤️ Contributors

  • Jules Libert (@blqke)
  • Sébastien Chopin (@atinux)
  • Mathieu NICOLAS (@mathieunicolas)

v0.4.2

01 Oct 10:32
2682bcb
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

📖 Documentation

❤️ Contributors

v0.4.1

30 Sep 16:37
be2626b
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Remove unnecessary challenge cookie (be2626b)

📖 Documentation

❤️ Contributors