From f4b76352ced081c5aeda33ee1baa1992c2e3ce7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 5 Oct 2023 15:35:40 +0200 Subject: [PATCH] docs: update home for nuxt 3 --- docs/content/en/index.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index ae00024d6..15e721e7d 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -8,12 +8,22 @@ category: '' -Auth Module for [NuxtJS](https://nuxtjs.org). +Auth Module for [Nuxt 2](https://v2.nuxt.com). -Zero-boilerplate authentication support for Nuxt.js! +Zero-boilerplate authentication support for Nuxt 2! 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. +## Nuxt 3 Support + +Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module. + +Meanwhile, we recommend: + +- [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth +- [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js +- 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) + ## Getting Started If it is first time using this module, reading resources below in order is recommended: