remove google and oauth login
This commit is contained in:
@@ -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`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user