You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/en/index.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,22 @@ category: ''
8
8
<imgsrc="/preview.png"class="light-img" />
9
9
<imgsrc="/preview-dark.png"class="dark-img" />
10
10
11
-
Auth Module for [NuxtJS](https://nuxtjs.org).
11
+
Auth Module for [Nuxt 2](https://v2.nuxt.com).
12
12
13
-
Zero-boilerplate authentication support for Nuxt.js!
13
+
Zero-boilerplate authentication support for Nuxt 2!
14
14
15
15
The module authenticates users using a configurable authentication [scheme](/guide/scheme) or by using one of the directly supported [providers](/guide/provider). It provides an [API](https://auth.nuxtjs.org/) for triggering authentication and accessing resulting user information. While it takes care of [storing](/api/storage) the information on the client-side, it does NOT implement session handling or provide session based authentication on the NuxtJS server.
16
16
17
+
## Nuxt 3 Support
18
+
19
+
Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module.
20
+
21
+
Meanwhile, we recommend:
22
+
23
+
-[Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth
24
+
-[AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js
25
+
- 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)
26
+
17
27
## Getting Started
18
28
19
29
If it is first time using this module, reading resources below in order is recommended:
0 commit comments