github sidebase/nuxt-auth 0.4.0

latest releases: v1.0.2, 1.0.1, v1.0.0...
2 years ago

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 a minor release 0.4.0 because it:

  • makes next-auth a peer dependency
  • bumps nuxt to 3.1
  • starts the switch from NextAuthHandler AuthHandler

In addition, this release includes a bunch of features & fixes šŸš€

🚨 Breaking Changes

next-auth is a peer-dependency now, so with package managers other than npm you need to manually install it. So, to use the new version:

# install the new release of `nuxt-auth`
npm i -D @sidebase/nuxt-auth@0.4.0

# install `next-auth` as a peer-dependency
npm i next-auth@4.18.8

See the full docs here: https://sidebase.io/nuxt-auth/getting-started

What's Changed

šŸš€ Enhancements

🩹 Fixes & Chores

šŸ“ Documentation

All Commits

New Contributors

Full Changelog: 0.3.4...0.4.0

Don't miss a new nuxt-auth release

NewReleases is sending notifications on new releases.