Releases: atinux/nuxt-auth-utils
Releases · atinux/nuxt-auth-utils
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
v0.3.9
🩹 Fixes
- UserSession secure type augmentation (#181)
🏡 Chore
- Update deps (4a0e1e9)
❤️ Contributors
- Israel Ortuño (@IsraelOrtuno)
- Sébastien Chopin (@atinux)
v0.3.8
🚀 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
❤️ Contributors
- Sébastien Chopin (@atinux)
- Daniel Roe (@danielroe)
- Alex Blumgart (@blumgart)
- Sandro Circi (@sandros94)
- Rudo Kemper (@rudokemper)
v0.3.7
v0.3.6
🚀 Enhancements
- Add tiktok provider (c1b1f44)
💅 Refactors
- Request token (925f688)
📖 Documentation
- Fix typo (8d3af7e)
🏡 Chore
- Update deps (c4189b2)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Ahmed Rangel (@ahmedrangel)
- Estéban (@Barbapapazes)
- Ivailo Panamski (@ipanamski)
v0.3.5
🚀 Enhancements
- Cognito oauth support custom domain (4ad11a4)
🩹 Fixes
- Fetch session directly when ssr disabled (#151)
💅 Refactors
🏡 Chore
- Update .vscode (6285ca2)
- Update @nuxt/module-builder (ceaa47b)
- Upadte X handler (7e81c27)
- Fix X (7269c61)
- Lint fix (cf75ab1)
- Update deps (35eff05)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Estéban (@Barbapapazes)
- Zack Spear (@zackspear)
- Alexander (@hywax)
v0.3.4
v0.3.3
🚀 Enhancements
📖 Documentation
- Update nitro version (848cebe)
🏡 Chore
❤️ Contributors
- Sébastien Chopin (@atinux)
- Alexander (@hywax)
- TcarterBAMF (@tcarterBAMF)
v0.3.2
v0.3.1
🩹 Fixes
- Always return 200 for session endpoint (#130)
📖 Documentation
- Fix event handler name in example (a4cfa89)
🏡 Chore
- Update deps (0132ea0)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Estéban (@Barbapapazes)