- fix runtime config error, now using public runtime config
- apiFetch function now return dynamic type
- davide-granello
- add ability to change token cookie name (default:
nuxt-sanctum-auth-token
) - fix request header and cookie name in login function
- Added ability to add custom CSRF keys
- Conor-Hughes
- Ability to use JWT token instead of cookie for managing auth
- davide-granello
- Added type definitions for login, logout and getUser methods
- Fix typo (dae0935)
- Nicolas Hedger
- added callback function to
login
andlogout