product · inferred from evidence
PKCE
Proof Key for Code Exchange, an OAuth 2.0 extension for public clients.
- dropbox-sdk-js 9.x PKCE flow rejects `code_verifier` in web apps
I am implementing the PKCE OAuth flow with dropbox-sdk-js 9.x in a browser app. I generate the auth URL with `getAuthenticationUrl` and the code challenge, save the `code_verifier`, and after redirect the token exchange rejects the `code_ve