0.6.1
Hello everyone! 0.6.1
is a small patch version to accomplish two things that have happened since the release of 0.6.0
.
- We renamed our module to
sidebase-auth
in the internal modules structure of Nuxt. Therefore we need to change the name, to allow Nuxt Devtools to properly register our module again. However, you will not need to change anything in your code, this is only an internal identifier and does not affect you in anyway. - We allowed you to disable the
signout
route, in case you do not want to make an API call when logging someone out and only want to clear the session on the browser.
What's Changed
- feature: add possibility to disable signOut endpoint for local provider by @anjarupnik in #572
- chore: Rename module to
sidebase-auth
by @zoey-kaiser in #561 - release: 0.6.1 by @zoey-kaiser in #574
New Contributors
- @anjarupnik made their first contribution in #572
Full Changelog: 0.6.0...0.6.1