small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40237 additions and 2828 deletions
+2 -7
View File
@@ -184,21 +184,16 @@ Content-Type: application/json
}
```
### GitHub OAuth Login
### GitHub App Sign-In
```http
GET /auth/github
```
### GitHub OAuth Callback
### GitHub App Sign-In Callback
```http
GET /auth/github/callback?code=github_code_here
```
### Handle OAuth Callback
```http
GET /auth/oauth/callback?provider=github&code=code_here
```
### Update Profile
```http
PUT /auth/profile