product · inferred from evidence
code challenge
A cryptographic value derived from the code_verifier, used in PKCE OAuth flows.
- 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