product · inferred from evidence
dropbox/dropbox-sdk-js
The GitHub repository for the Dropbox JavaScript SDK.
- 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