feat: implement oauth with remote server

This commit is contained in:
Ralph Khreish
2025-09-02 23:32:40 +02:00
parent 930652e523
commit 88105b7f37
13 changed files with 413 additions and 119 deletions

View File

@@ -26,6 +26,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@supabase/supabase-js": "^2.57.0",
"chalk": "^5.3.0",
"open": "^10.2.0",
"zod": "^3.22.4"
@@ -34,6 +35,7 @@
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^2.0.5",
"dotenv-mono": "^1.5.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3",