Releases: becem-gharbi/nuxt-auth
Releases · becem-gharbi/nuxt-auth
v3.0.2
🔥 Performance
- Migrate from
bcryptjs
tobcrypt-edge
(22% server bundle decrease) (8e12b80)
🏡 Chore
- package.json: Update packageManager (c1d164c)
- playground: Use memory storage with unstorage (f8458e3)
❤️ Contributors
- Becem-gharbi [email protected]
v3.0.1
🩹 Fixes
- Avoid params sanitization on login redirection (72113e7)
- Automatically revoke expired sessions (6be46b1)
❤️ Contributors
- Becem-gharbi [email protected]
v3.0.0
v3.0.4-rc
v3.0.3-rc
🩹 Fixes
- Remove encoding of
redirect
query param (c1d964b)
💅 Refactors
- useAuthSession: Avoid access to private runtimeConfig (1b8a318)
📖 Documentation
- Migrate to
vitepress
(#56)
❤️ Contributors
- Becem [email protected]
v3.0.2-rc
🩹 Fixes
- Solve potential infinite redirections on Vercel (#54)
- Prioritize
guest
middleware over globalauth
middleware (bde3091)
💅 Refactors
- unstorage: Rename
token
tosession
(9d8f649) - config: Make
registration.defaultRole
optional (fb9013d)
📖 Documentation
- Update README (5528a33)
❤️ Contributors
- Becem [email protected]
v3.0.1-rc
Version 3
This is the first release candidate of version 3. Please check the migration guide for breaking changes.
❤️ Contributors
- Becem-gharbi [email protected]
v3.0.0-beta.5
🩹 Fixes
- Allow overwriting adapter Source (#47)
💅 Refactors
- Rename adapter Options to Source (5780b45)
⚠️ Change event.context definition (#45)⚠️ Rename#auth
to#auth_utils
(d9d1bcc)⚠️ Change path of session endpoints (#48)- Add max length validation for email & name (ff5b4ad)
🌊 Types
⚠️ Breaking Changes
⚠️ Change event.context definition (#45)⚠️ Rename#auth
to#auth_utils
(d9d1bcc)⚠️ Change path of session endpoints (#48)
❤️ Contributors
- Becem [email protected]
v3.0.0-beta.4
v3.0.0-beta.4
🚀 Enhancements
- Add Email action timeout (#43)
🔥 Performance
- Skip refresh token verification when undefined (5bf7521)
🩹 Fixes
💅 Refactors
📖 Documentation
- Update JSDOC of composables (#42)
🏡 Chore
- Change setup files location (a3c2514)
✅ Tests
- Update basic (17a8f35)
❤️ Contributors
- Becem [email protected]
v3.0.0-beta.3
🚀 Enhancements
- Add
auth:fetchError
hook (ab89ac9) - Feat: add
emailValidationRegex
for email validation on registration (#37) - Add
prisma
adapter (#38) - Add
unstorage
adapter (#39) - Allow augmenting adapter types e.g User (#40)
🩹 Fixes
- Disallow token refresh when account not verified (5672407)
💅 Refactors
- Ensure auth refresh flow runs at the end (#36)
🌊 Types
- Define types of route middlewares
auth
andguest
(#35) - Add known oauth options for
google
andgithub
(06b9f82) - Resolve
provider
fromUser
(68a357f)
🏡 Chore
⚠️ Do not convertcreatedAt
updatedAt
to Date on user state (82fc63c)- playground: Add adapter selection (580b821)
- playground: Avoid editing runtime config (b48e24c)
⚠️ Breaking Changes
⚠️ Do not convertcreatedAt
updatedAt
to Date on user state (82fc63c)
❤️ Contributors
- Becem [email protected]