Add no redirect for authentication

This commit is contained in:
Shadowfacts 2019-03-28 14:13:24 -04:00
parent 70f9efd397
commit f009e0bb2f
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Parameters should be sent as `application/x-www-form-urlencoded` in the POST bod
| `website` | URL. The URL of your client or homepage. May be presented to the user. | No | | `website` | URL. The URL of your client or homepage. May be presented to the user. | No |
| `redirect_uri` | URI. The URI the redirected to after a successful login. | Yes | | `redirect_uri` | URI. The URI the redirected to after a successful login. | Yes |
The redirect URI must not include a fragment, and may include query parameters. The redirect URI must not include a fragment, and may include query parameters. The redirect URI may be the special `urn:ietf:wg:oauth:2.0:oob` string to indicate that server should show the authorization code on the web page, instead of performing a redirect.
#### Response #### Response
An object with the client ID and secret to be used when retrieving an authorization code. An object with the client ID and secret to be used when retrieving an authorization code.