Releases: trandaison/nuxt-3-auth
Releases · trandaison/nuxt-3-auth
v0.2.0
🚀 Enhancements
- Integrate Pinia for state management and enhance Auth service (33080a1)
🩹 Fixes
- Unable to submit login (f09a5f8)
💅 Refactors
- Remove unused imports from plugin.ts (2f6b9ad)
🏡 Chore
- Set the typescript version to ~5.6 (3ed32c8)
❤️ Contributors
- Trandaison (@trandaison)
v0.1.7
v0.1.6
Breaking changes
- Remove
useCookie
from Auth Service. The Auth module is now manipulate the cookie directly viaUniversalCookie
class. - Some functions from
$auth
instance become property now (before:$auth.accessToken()
, after:$auth.accessToken
). See more in 471f92b
🩹 Fixes
- User is missing in global server side middleware (82c8029)
💅 Refactors
- Remove useCookie hook from AuthService (073dc6e)
📖 Documentation
- Update type of accessToken from function to property (471f92b)
🏡 Chore
❤️ Contributors
- Trandaison (@trandaison)
v0.1.5
🩹 Fixes
- TypeError: Headers constructor (4aad9d4)
🏡 Chore
- Update types (7b3e850)
❤️ Contributors
- Trandaison (@trandaison)
v0.1.4
🚀 Enhancements
📖 Documentation
🏡 Chore
- Update type of routes in options (ccbbb73)
- Update nuxt version (ff278e3)
- Correct version in package.json (fcc7b02)
❤️ Contributors
- Trandaison (@trandaison)
- Tuyen songtuyen97@gmail.com
v0.1.3
v0.1.2
🚀 Enhancements
- Add custom header to fetch instance (5af577d)
📖 Documentation
- Add docs for fetch custom header (abe0c8c)
❤️ Contributors
- Trandaison (@trandaison)
v0.1.1
🚀 Enhancements
- Support any type of token (13a7e75)
📖 Documentation
- Add maxAge for token/refresh token (1f7cc90)
❤️ Contributors
- Trandaison (@trandaison)