Skip to content

Commit f4b7635

Browse files
authored
docs: update home for nuxt 3
1 parent 0171eea commit f4b7635

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/content/en/index.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@ category: ''
88
<img src="/preview.png" class="light-img" />
99
<img src="/preview-dark.png" class="dark-img" />
1010

11-
Auth Module for [NuxtJS](https://nuxtjs.org).
11+
Auth Module for [Nuxt 2](https://v2.nuxt.com).
1212

13-
Zero-boilerplate authentication support for Nuxt.js!
13+
Zero-boilerplate authentication support for Nuxt 2!
1414

1515
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.
1616

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+
1727
## Getting Started
1828

1929
If it is first time using this module, reading resources below in order is recommended:

0 commit comments

Comments
 (0)