Skip to content

v0.1.6

Compare
Choose a tag to compare
@trandaison trandaison released this 03 Oct 09:16
· 12 commits to main since this release

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