Releases: nuxt-alt/auth
Releases · nuxt-alt/auth
2.7.1: Fix stray hasOwn property & make redirect run with nuxt context
2.7.0: Jwt update
- update auth to work with jwt-decode v4 #72 #71 - remove @pinia/nuxt for pinia
2.6.1
Release 2.6.0
- Slight restructure to the module
- Added type support for UserInfo #34
- Removed
pinia-plugin-persistedstate
, reason being is that I'm not certain people use it, and if anything it'd be better to make this kind of thing like how plugins are initialized.
Nothing too major in this release
I want to try to make documentation for this module eventually. I'm working at a snail's pace so this will be a while. For now you can view a stackblitz version of it here: https://stackblitz.com/edit/github-nufjhw
Don't really have the time, or resources to set up a dedicated page for it at the moment.
2.6.0-beta.1
Remove Redundancy in auth moduleoptions
2.6.0-beta.0
Slightly better auth store typing for pinia
2.5.3
2.5.1
2.5.0: Refactor cookie scheme
- This update removes the server.cookie param and makes the cookie scheme function more like how the original auth module was supposed to function. Details on why the change; can be found in the readme.
2.4.0: Compatibility with pinia-plugin-persistedstate
- added compatibility with https://github.com/prazdevs/pinia-plugin-persistedstate