Skip to content

Releases: atinux/nuxt-auth-utils

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

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