In this version we introduce a first version of the refresh
provider. It is based on the previously added local
, but extends it to also allow you to retrieve a refresh token to periodically refresh your session. You can read more about this here.
A bit thanks to @dommi10 and @Danielwinkelmann for adding this new provider 💪
pnpm i -D @sidebase/nuxt-auth@0.6.3-alpha.1
https://www.npmjs.com/package/@sidebase/nuxt-auth
What's Changed
- feat: implement refresh provider schema by @dommi10 in #581
- release: 0.6.3-alpha.1 by @zoey-kaiser in #589
New Contributors
Full Changelog: 0.6.2...0.6.3-alpha.1