mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
implement authentication with GitHub (Auth.js)
This commit is contained in:
parent
fd042118ad
commit
807e2dc408
5 changed files with 140 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue