Open keyz182 opened 4 years ago
This is a (hopefully) complete implementation of the Authorization Code with PKCE flow (https://oauth.net/2/pkce/).
Any plans to merge it? authorization code grant type is now considered recommended one for public clients (i.e. SPA, mobile clients) and meat to replace implicit flow. So this PR gonna add quite some value.
This is a (hopefully) complete implementation of the Authorization Code with PKCE flow (https://oauth.net/2/pkce/).