oauth2-noserver
oauth2-noserver copied to clipboard
Use the OAuth2 Authorization Code grant with PKCE
Could you refactor your example to use the Authorization Code grant with PKCE (https://tools.ietf.org/html/rfc7636)
example in nodejs: https://github.com/dogeared/pkce-cli/blob/master/pkce-cli
Thx!