mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-03-04 23:53:11 +05:30
The current implementation of PKCE does not follow the specification correctly regarding the encoding of the code verifier. This patch correctly encodes the hash of the code verifier according to Appenix A of RFC 7636.