v0.4.0
⚠️ Breaking Changes
- Rename
oauth<Provider>EventHandlertodefineOAuth<Provider>EventHandler(#189)
- export default oauthGitHubEventHandler(...)
+ export default defineOAuthGithubEventHandler(...)- Call
fetchhook 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
- Webauthn (passkeys) support (#149), see a demo on https://todo-passkeys.nuxt.dev
- Add
hashPassword&verifyPasswordserver utils (#156) - Add Dropbox as supported oauth provider (#183)
🩹 Fixes
- steam: Improve open id validation (#184)
🏡 Chore
❤️ Contributors
- Gerben Mulder @Gerbuuun
- Sébastien Chopin @atinux
- Julian Renard @julianfox
- Estéban @Barbapapazes
- Ahmed Rangel @ahmedrangel
- Yizack Rangel @Yizack