Skip to content

Releases: atinux/nuxt-auth-utils

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

v0.4.0

30 Sep 14:35
Compare
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
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