From fdc4f934bb2a3751857a1c913399202449fde38f Mon Sep 17 00:00:00 2001 From: Presa <124523559+zenWai@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:17:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 272c955..eb79af7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Key Features: - 🔐 Next-auth v5 (Auth.js) - 🚀 Next.js 14 with server actions - 🔑 Credentials Provider +- 🪄 Magic-Link Authentication - 🌐 OAuth Provider (Social login with Google & GitHub) - 🛑 Registration Restriction, maximum of 2 accounts per user - 🔒 Forgot password functionality @@ -23,6 +24,7 @@ Key Features: - 👑 Render content for admins using RoleGate component - 📈 next-auth session - 🔄 next-auth callbacks +- 💎 CustomAdapter extends PrismaAdapter - 🖥️ Example with server component - 💻 Example with client component - 🛡️ Protect API Routes for admins only