| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2096c3e commit 3f03245
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -286,8 +286,10 @@ You can only send one of these scope keys at a time. | |||
| 286 | 286 | ||
| 287 | 287 | OAuth applications can use a special API method for checking OAuth token | |
| 288 | 288 | validity without running afoul of normal rate limits for failed login attempts. | |
| 289 | - This method uses **OAuth application client_id and secret** using **Basic | ||
| 290 | - Authentication.** Invalid tokens will return `404 NOT FOUND`. | ||
| 289 | + Authentication works differently with this particular endpoint. You must use | ||
| 290 | + Basic Authentication when accessing it, where the username is the OAuth | ||
| 291 | + application `client_id` and the password is its `client_secret`. Invalid tokens | ||
| 292 | + will return `404 NOT FOUND`. | ||
| 291 | 293 | ||
| 292 | 294 | GET /applications/:client_id/tokens/:access_token | |
| 293 | 295 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments