Skip to content

Releases: atinux/nuxt-auth-utils

v0.4.0

30 Sep 14:35

Choose a tag to compare

compare changes

⚠️ Breaking Changes

  • Rename oauth<Provider>EventHandler todefineOAuth<Provider>EventHandler (#189)
- export default oauthGitHubEventHandler(...)
+ export default defineOAuthGithubEventHandler(...)
  • Call fetch hook if session is not empty instead of user defined (#188)

This is a breaking change is you are using the fetch hook as it is now called anytime a session is set, whatever is the user is set or not, see #175 for use cases.

🚀 Enhancements

🩹 Fixes

  • steam: Improve open id validation (#184)

🏡 Chore

❤️ Contributors

v0.3.9

19 Sep 14:54

Choose a tag to compare

compare changes

🩹 Fixes

  • UserSession secure type augmentation (#181)

🏡 Chore

❤️ Contributors

v0.3.8

11 Sep 14:55

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

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

Choose a tag to compare

compare changes

🚀 Enhancements

💅 Refactors

📖 Documentation

🏡 Chore

❤️ Contributors

v0.3.5

28 Aug 21:53

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

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support redirectURL config for all providers (cdca787)

❤️ Contributors

v0.3.3

13 Aug 09:51

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

Choose a tag to compare

compare changes

🩹 Fixes

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

❤️ Contributors

v0.3.1

30 Jul 10:34
26f4aa0

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