Skip to content

Commit 54ffa2b

Browse files
baywetjhosman
andauthored
- documents the lack of CORS pre-flight support (#25563)
Co-authored-by: Jess Hosman <[email protected]>
1 parent ca1a27c commit 54ffa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Parameter name | Type | Description
6363
`state` | `string` | {% data reusables.apps.state_description %}
6464
`allow_signup`|`string` | Whether or not unauthenticated users will be offered an option to sign up for GitHub during the OAuth flow. The default is `true`. Use `false` when a policy prohibits signups.
6565

66-
The PKCE (Proof Key for Code Exchange) parameters `code_challenge` and `code_challenge_method` are not supported at this time.
66+
The PKCE (Proof Key for Code Exchange) parameters `code_challenge` and `code_challenge_method` are not supported at this time. CORS pre-flight requests (OPTIONS) are not supported at this time.
6767

6868
### 2. Users are redirected back to your site by GitHub
6969

0 commit comments

Comments
 (0)