Skip to content

Commit 381b185

Browse files
authored
doc: add authjs-nuxt alternative
1 parent ba8aa27 commit 381b185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module.
3333

34-
Meanwhile, we recommend:
34+
Meanwhile, we recommend:
3535

36-
- [Auth starter template](https://github.com/nuxt/examples/tree/main/auth/local) for Nuxt 3
37-
- [sidebase - Nuxt Auth](https://sidebase.io/nuxt-auth/getting-started) powered by Auth.js
38-
- [Lucia - Nuxt](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/)
36+
- [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth
37+
- [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js
38+
- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/auth/local)
3939

4040
**🚧 please see [status page](http://auth.nuxtjs.org/status) in documentation.**
4141

0 commit comments

Comments
 (0)