implement authentication with GitHub (Auth.js)

This commit is contained in:
Michi 2025-10-02 22:02:44 +02:00
parent fd042118ad
commit 807e2dc408
5 changed files with 140 additions and 11 deletions

View file

@ -7,9 +7,11 @@
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@auth/core": "^0.40.0",
"@hono/auth-js": "^1.1.0",
"dotenv": "^17.2.2",
"drizzle-orm": "^0.44.5",
"hono": "^4.9.6"
"hono": "^4.9.9"
},
"devDependencies": {
"@types/node": "^24.3.1",