passport-openidconnect
passport-openidconnect copied to clipboard
add PKCE support
enable with pkce: true when creating the strategy.
Closes #83 and #56
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.