mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
small fix, don't worry about it
This commit is contained in:
+2
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user