simple-oauth2
simple-oauth2 copied to clipboard
PKCE support
Context
Latest module version
How can we help?
Hello, i wonder how this libary is dealing with Proof Key for Code Exchange (https://oauth.net/2/pkce/) for the authorization code grant. If not, what is the best practise to implement it?
Hello @ilijaNL Unfortunately, this library does not support that extension to the authorization code flow. Pull requests to add such support are welcome.