Skip to content

Releases: trandaison/nuxt-3-auth

v0.1.7

08 Oct 08:51
e43ddc4
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

❀️ Contributors

v0.1.6

03 Oct 09:16
Compare
Choose a tag to compare

compare changes

Breaking changes

  • Remove useCookie from Auth Service. The Auth module is now manipulate the cookie directly via UniversalCookie 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

  • Remove unused imports (8f3d674)
  • Update version @nuxt/module-builder (b46e631)

❀️ Contributors

v0.1.5

03 Oct 07:37
6076737
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • TypeError: Headers constructor (4aad9d4)

🏑 Chore

❀️ Contributors

v0.1.4

16 Aug 06:25
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add custom header to fetch instance (5af577d)
  • Support refresh token by header (a995442)

πŸ“– Documentation

  • Add docs for fetch custom header (abe0c8c)
  • Update docs for routes options (4cd60f4)

🏑 Chore

  • Update type of routes in options (ccbbb73)
  • Update nuxt version (ff278e3)
  • Correct version in package.json (fcc7b02)

❀️ Contributors

v0.1.3

29 Jul 07:42
d0c9c6c
Compare
Choose a tag to compare

v0.1.2

29 Jul 07:40
d0c9c6c
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add custom header to fetch instance (5af577d)

πŸ“– Documentation

  • Add docs for fetch custom header (abe0c8c)

❀️ Contributors

v0.1.1

20 Jun 14:13
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Support any type of token (13a7e75)

πŸ“– Documentation

  • Add maxAge for token/refresh token (1f7cc90)

❀️ Contributors

v0.0.16

31 May 05:30
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Define type for user does nothing #13 (#13)

❀️ Contributors

v0.0.15

16 May 09:12
Compare
Choose a tag to compare

compare changes

🏑 Chore

  • Update package versions (5fa60af)

❀️ Contributors

v0.0.14

16 May 02:18
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Auto logout on api retry error (df04a7e)

❀️ Contributors