github sidebase/nuxt-auth 0.4.1

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 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/nuxt-auth@0.4.1

# install `next-auth` as a peer-dependency if you haven't already done so
npm i next-auth@4.18.8

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

Don't miss a new nuxt-auth release

NewReleases is sending notifications on new releases.