feat: add OAuth routes for Google, GitHub, and Apple login

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-03 13:16:06 +08:00
parent 0a48152e0f
commit 9316795e4f
3 changed files with 161 additions and 0 deletions

View File

@@ -10,3 +10,9 @@ SERVER_PORT=3000
MCP_PORT=3001
WEB_PORT=5173
REDIS_URL=redis://localhost:6379
APPLE_CLIENT_ID=
APPLE_TEAM_ID=
APPLE_KEY_ID=
APPLE_PRIVATE_KEY=
OAUTH_CALLBACK_BASE_URL=http://localhost:3000
FRONTEND_URL=http://localhost:5173