-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth: feat: add support of PKCE #9287
Conversation
]; | ||
} | ||
|
||
$this->log_debug("requesting authorization code via a redirect to %s with scope='%s' and pkce method=%s", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just thinking maybe logging the full url instead would be better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did it to avoid leak of sensitive data like the nonce
in other pull request
27c5d0b
to
c65d257
Compare
Signed-off-by: Edouard Vanbelle <[email protected]>
c65d257
to
100f1b7
Compare
Thank you ! |
Hello please find the PKCE implementation (RFC 7636)
S256
hash methodS256
right now)This covers this request: #8757