From 5c3f2402953f530155321ea5618cc6f3107e3707 Mon Sep 17 00:00:00 2001 From: jstrmby <48553432+jstmrby@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:37:43 +0100 Subject: [PATCH] Add better-auth to Authentication --- src/categories/authentication.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/categories/authentication.json b/src/categories/authentication.json index aa4c64e..cfa2a34 100644 --- a/src/categories/authentication.json +++ b/src/categories/authentication.json @@ -3,6 +3,7 @@ "description": "Handle the authentication of users for web applications", "packages": [ "@hapi/bell", + "better-auth", "express-session", "grant", "lucia",