Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bingo
Oauth2 Server
Commits
6991777f
Unverified
Commit
6991777f
authored
7 years ago
by
Andrew Millington
Browse files
Options
Download
Email Patches
Plain Diff
Fix blank line spacing issue
parent
9febc32e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Grant/AuthCodeGrant.php
src/Grant/AuthCodeGrant.php
+1
-1
No files found.
src/Grant/AuthCodeGrant.php
View file @
6991777f
...
...
@@ -286,7 +286,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
}
$codeChallengeMethod
=
$this
->
getQueryStringParameter
(
'code_challenge_method'
,
$request
,
'plain'
);
if
(
in_array
(
$codeChallengeMethod
,
[
'plain'
,
'S256'
],
true
)
===
false
)
{
throw
OAuthServerException
::
invalidRequest
(
'code_challenge_method'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment