🔐 nuxt-auth is an authentication package for Nuxt 3. It provides oauth sign-in, credential sign-in and magic-email sign-in flows. Read more: https://sidebase.io/nuxt-auth/getting-started
This is patch release 0.4.2
. It does not contain breaking changes. To use the new version follow the installation instructions:
# install the new release of `nuxt-auth`
npm i -D @sidebase/nuxt-auth@0.4.2
# install `next-auth` as a peer-dependency if you haven't already done so
npm i next-auth@4.18.8
What's Changed
🩹 Fixes & Chores
- Fix: Make sure SessionRefreshPeriodically is run on client only by @vanling in #237
- chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 by @dependabot in #232
- Release 0.4.2 by @zoey-kaiser in #250
📝 Documentation
New Contributors
Full Changelog: 0.4.1...0.4.2