OAuth routes (Google/Facebook/Apple) + Android web export

- Google OAuth: /auth/google + /auth/google/callback
- Facebook OAuth: /auth/facebook + /auth/facebook/callback
- Apple Sign In placeholder
- Expo web export in mobile/dist/
- passport, passport-google-oauth20, passport-facebook installed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 16:13:17 +00:00
parent 4e4bf34393
commit acc88606fa
6 changed files with 412 additions and 15 deletions

View File

@@ -4,8 +4,8 @@
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"export:web": "expo export --platform web",
"lint": "expo lint"