Closed nicosabena closed 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.
Is it possible to get this merged in? Right now, the PKCE flow seems broken in the debugger.
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.