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
useCookiefrom Auth Service. The Auth module is now manipulate the cookie directly viaUniversalCookieclass. - Some functions from
$authinstance 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)