Skip to content

0.4.1

Compare
Choose a tag to compare
@BracketJohn BracketJohn released this 09 Feb 09:44
· 224 commits to main since this release
c231ae8

🔐 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

📝 Documentation

  • docs: better instructions for peer dep for non-npm package managers by @BracketJohn in #221

All Commits

Full Changelog: 0.4.0...0.4.1