Skip to content

Releases: nuxt-alt/auth

2.7.1: Fix stray hasOwn property & make redirect run with nuxt context

29 Oct 17:13
Compare
Choose a tag to compare

2.7.0: Jwt update

27 Oct 16:48
Compare
Choose a tag to compare
- update auth to work with jwt-decode v4 #72 #71
- remove @pinia/nuxt for pinia

2.6.1

06 Sep 03:24
Compare
Choose a tag to compare
Update package.json

Release 2.6.0

01 Sep 12:08
Compare
Choose a tag to compare
  • 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

24 Aug 18:44
Compare
Choose a tag to compare
2.6.0-beta.1 Pre-release
Pre-release
Remove Redundancy in auth moduleoptions

2.6.0-beta.0

14 Aug 08:26
Compare
Choose a tag to compare
2.6.0-beta.0 Pre-release
Pre-release
Slightly better auth store typing for pinia

2.5.3

01 Aug 07:15
Compare
Choose a tag to compare
attempt to fix https://github.com/nuxt-alt/auth/issues/61

2.5.1

04 Jul 09:59
Compare
Choose a tag to compare
Fix https://github.com/nuxt-alt/auth/issues/54

2.5.0: Refactor cookie scheme

02 May 11:08
Compare
Choose a tag to compare
- 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

18 Apr 06:00
Compare
Choose a tag to compare
 - added compatibility with https://github.com/prazdevs/pinia-plugin-persistedstate