auth0-extensions / auth0-authentication-api-debugger-extension

MIT License
5 stars 14 forks source link

Added code_verifier for PKCE support #27

Closed nicosabena closed 4 years ago

nicosabena commented 4 years ago

The code_verifier is provided by the client when using PKCE, but was missing in the POST to the token endpoint. This PR adds support for the code_verifier, so that the code exchange with PKCE works.

neoeinstein commented 4 years ago

Is it possible to get this merged in? Right now, the PKCE flow seems broken in the debugger.