From acf76752000bd18982e3fd0dfab7d9b656c90a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 29 Jul 2024 23:16:19 +0200 Subject: [PATCH] docs: add nuxt auth utils --- docs/content/en/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index 15e721e7d..843e912d4 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -20,6 +20,7 @@ Nuxt 3 comes with built-in utilities to support session and authentication. We a Meanwhile, we recommend: +- [Nuxt Auth Utils](https://github.com/atinux/nuxt-auth-utils) - [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)