Skip to content

Commit d01075d

Browse files
authored
Add lucia and next-auth to Authentication (#54)
* Add lucia/next-auth * format authentication.json * sort authentication.json * format authentication.json
1 parent cb66fa9 commit d01075d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/categories/authentication.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"name": "Authentication",
33
"description": "Handle the authentication of users for web applications",
4-
"packages": ["@hapi/bell", "express-session", "grant", "passport"]
4+
"packages": [
5+
"@hapi/bell",
6+
"express-session",
7+
"grant",
8+
"lucia",
9+
"next-auth",
10+
"passport"
11+
]
512
}

0 commit comments

Comments
 (0)