Skip to content

Releases: atinux/nuxt-auth-utils

v0.5.9

22 Jan 15:27
0006eed
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for websocket handler (#327)

❤️ Contributors

v0.5.8

21 Jan 16:01
9cd39e8
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Self-hosted Gitlab instances (#323)
  • Add Line OAuth provider (#312)
  • Add Atlassian OAuth provider (#307, #308)

🩹 Fixes

  • Add Discord Oauth error handling (#316)
  • Normalise errors when user not accessible (c98ea5d)

🏡 Chore

❤️ Contributors

v0.5.7

13 Dec 13:53
c9a3716
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Hubspot provider (1a79baf)
  • Keycloak: add support for internal server URL (ac61ae5)
  • Cognito: Integrate OpenID Connect discovery for improved OAuth flow (7a01cc3)

🩹 Fixes

  • Make sure the required env is checked (#306)

🏡 Chore

❤️ Contributors

v0.5.6

09 Dec 11:28
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Adding organization_id option for WorkOS provider (677b226)
  • Add strava oauth provider (96363b2)

🩹 Fixes

🏡 Chore

❤️ Contributors

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