build out google auth flow
This commit is contained in:
parent
fa57527066
commit
8575f38db9
6 changed files with 103 additions and 12 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "^24.0.7",
|
||||
"@types/openid-client": "^3.7.0",
|
||||
"drizzle-kit": "^0.31.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
@ -14,7 +15,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"drizzle-orm": "^0.44.2"
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"openid-client": "^6.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun --hot src/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue