Skip to content

Releases: atinux/nuxt-auth-utils

v0.3.9

19 Sep 14:54
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • UserSession secure type augmentation (#181)

🏡 Chore

❤️ Contributors

v0.3.8

11 Sep 14:55
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Gitlab provider (#161)
  • Add Instagram provider (#162)
  • Add VK provider (#168)
  • Add support for private session data & config (#171)

🩹 Fixes

  • Ensure plugin declaration files are emitted (#170)

📖 Documentation

  • Add note about cookie size (a725436)
  • Add note to readme about session API route (ddf38c1)

❤️ Contributors

v0.3.7

06 Sep 20:44
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Paypal tokens request requires encoded redirect_uri (8bf3b0b)

🏡 Chore

❤️ Contributors

v0.3.6

04 Sep 11:04
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

💅 Refactors

📖 Documentation

🏡 Chore

❤️ Contributors

v0.3.5

28 Aug 21:53
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Cognito oauth support custom domain (4ad11a4)

🩹 Fixes

  • Fetch session directly when ssr disabled (#151)

💅 Refactors

  • Handle missing configuration error (5675aaf)
  • Handle access token error response (a1b3fbb)

🏡 Chore

❤️ Contributors

v0.3.4

15 Aug 10:22
cdca787
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support redirectURL config for all providers (cdca787)

❤️ Contributors

v0.3.3

13 Aug 09:51
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support NUXT_OAUTH_MICROSOFT_REDIRECT_URL (9979f0d)
  • Add support nitro prefix env (58ebf85)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.3.2

30 Jul 11:08
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add missing session in <AuthState> (3e39727)

❤️ Contributors

v0.3.1

30 Jul 10:34
26f4aa0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Always return 200 for session endpoint (#130)

📖 Documentation

  • Fix event handler name in example (a4cfa89)

🏡 Chore

❤️ Contributors

v0.3.0

29 Jul 15:00
Compare
Choose a tag to compare

compare changes

⚠️ Breaking Changes

For performance reason, we now export a function for each OAuth provider (PR #123).

This means the oauth variable does not exist anymore ⚠️

- oauth.googleEventHandler(...)
+ oauthGoogleEventhandler(...)

With this change, with only one OAuth server route, the bundle is now 6KB gzip smaller 🚀

📖 Documentation

❤️ Contributors