Releases: trandaison/nuxt-3-auth
Releases Β· trandaison/nuxt-3-auth
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 [email protected]
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)
v0.0.16
v0.0.15
v0.0.14
π©Ή Fixes
- Auto logout on api retry error (df04a7e)
β€οΈ Contributors
- Le Tuan Kiet [email protected]