Nuxt Auth Versions Save

🔐 Nuxt user authentication and sessions via authjs (next-auth), local and refresh providers. nuxt-auth wraps NextAuth.js to offer the reliability & convenience of a 12k star library to the nuxt 3 ecosystem with a native developer experience (DX)

0.7.2

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.7.1...0.7.2

0.7.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.7.0...0.7.1

0.7.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.7...0.7.0

0.7.0-rc.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.7...0.7.0-rc.0

0.6.7

3 months ago

This release reverts the changes made in https://github.com/sidebase/nuxt-auth/releases/tag/0.6.6, which could result in content flashes.

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.5...0.6.6

0.6.6

3 months ago

WARNING: Please do not use this release, as the change in #644 can result in Content flashes on first load. Please skip this release and use 0.6.7!

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.5...0.6.6

0.6.5

3 months ago

What's Changed

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.4...0.6.5

0.6.4

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.3...0.6.4

0.6.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.2...0.6.3

0.6.3-alpha.1

5 months ago

In this version we introduce a first version of the refresh provider. It is based on the previously added local, but extends it to also allow you to retrieve a refresh token to periodically refresh your session. You can read more about this here.

A bit thanks to @dommi10 and @Danielwinkelmann for adding this new provider 💪

pnpm i -D @sidebase/[email protected]

https://www.npmjs.com/package/@sidebase/nuxt-auth

What's Changed

New Contributors

Full Changelog: https://github.com/sidebase/nuxt-auth/compare/0.6.2...0.6.3-alpha.1