🔐 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.3
. 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.3
# install `next-auth` as a peer-dependency if you haven't already done so
npm i next-auth@4.18.8
What's Changed
🚀 Enhancements
- Passed headers to
getServerSession
by @zoey-kaiser in #272
🩹 Fixes & Chores
- chore: removed Dependabot by @zoey-kaiser in #273
- release: 0.4.3 by @zoey-kaiser in #275
📝 Documentation
- docs: fixed a spelling error in the docs by @CodyBontecou in #262
- docs: added Laravel passport SSO example by @Jericho1060 in #264
- docs: Fix spelling of ressources to resources by @janhoogeveen in #251
- docs: added index page to resources by @zoey-kaiser in #274
All Commits
- Passed headers to
getServerSession
by @zoey-kaiser in #272 - chore: removed Dependabot by @zoey-kaiser in #273
- docs: fixed a spelling error in the docs by @CodyBontecou in #262
- docs: added Laravel passport SSO example by @Jericho1060 in #264
- docs: Fix spelling of ressources to resources by @janhoogeveen in #251
- docs: added index page to resources by @zoey-kaiser in #274
- release: 0.4.3 by @zoey-kaiser in #275
New Contributors
- @CodyBontecou made their first contribution in #262
- @Jericho1060 made their first contribution in #264
- @janhoogeveen made their first contribution in #251
Full Changelog: 0.4.2...0.4.3