From 6761714a06bb12be076a0e49e47d0a94e6db4fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 4 Aug 2024 10:02:17 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b6c020a2..ca95d3fd1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,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)