remove google and oauth login

This commit is contained in:
Krrish Ghimire
2026-07-06 23:13:47 +05:45
parent 708cac6848
commit 212785725f
30 changed files with 10 additions and 696 deletions

View File

@@ -137,10 +137,8 @@ frontend/
├── auth/
│ ├── login/
│ │ └── login.component.ts # Email/password login form
── register/
└── register.component.ts # Name/email/password register form
│ └── oauth-callback/
│ └── oauth-callback.component.ts # Reads tokens from OAuth redirect
── register/
└── register.component.ts # Name/email/password register form
└── dashboard/
├── dashboard.component.ts # Site cards grid + toolbar
├── create-site-dialog/
@@ -161,8 +159,6 @@ frontend/
| POST | `/api/auth/login` | Login with email + password |
| POST | `/api/auth/refresh` | Refresh access token |
| POST | `/api/auth/logout` | Logout |
| GET | `/oauth2/authorization/google` | Login with Google |
| GET | `/oauth2/authorization/github` | Login with GitHub |
### Sites (`/api/sites`)