0.4.1
🔐 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.1
. 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/[email protected]
# install `next-auth` as a peer-dependency if you haven't already done so
npm i [email protected]
Checkout the 0.4.0 release notes for the recent, big changes released yesterday.
What's Changed
🩹 Fixes & Chores
- fix: make @nuxt/kit a direct dep by @BracketJohn in #222
- release: 0.4.1-alpha.0 by @BracketJohn in #223
📝 Documentation
- docs: better instructions for peer dep for non-npm package managers by @BracketJohn in #221
All Commits
- docs: better instructions for peer dep for non-npm package managers by @BracketJohn in #221
- fix: make @nuxt/kit a direct dep by @BracketJohn in #222
- release: 0.4.1-alpha.0 by @BracketJohn in #223
Full Changelog: 0.4.0...0.4.1