-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
add PKCE support #110
base: master
Are you sure you want to change the base?
add PKCE support #110
Conversation
enable with `pkce: true` when creating the strategy
Great job, thank you!! |
Great job! @kamronbatman We need this feature as well, can we please merge and publish? Thanks |
Waiting on @jaredhanson to validate, add tests, and determine if there are any breaking changes. It sounds silly but many people rely on this. If I get time next week I'll work with him on tests. |
I tested this further. The call back on the backend doesn't pass the code challenge with it so it errors out. |
@MattPaymentus not sure what you mean, I have this code working against an authorization server that requires PKCE. |
Hello, we'd be interested on my side with this PR |
Hi @jaredhanson and @kamronbatman, any update on it ? Thanks |
Is the project maintainer unavailable? |
enable with
pkce: true
when creating the strategy.Closes #83 and #56