To upgrade:
npm i -D @sidebase/nuxt-auth@0.1.1
Noteworthy addition:
// Trigger a sign out and send the user to the sign out page afterwards
await signOut({ calbackUrl: '/signout' })
What's Changed
- feat: add callback url on signout + document it by @BracketJohn in #35
- fix: session and data types by @BracketJohn in #36
- release: 0.1.1 by @BracketJohn in #38
Full Changelog: 0.1.0...0.1.1