Looking at the OAuth documentation https://developers.wrike.com/docs/oauth-20-authorization, I don't see any mention of code_challenge or
code_challenge_method parameters on the /oauth2/authorize/v4 endpoint.
- Does Wrike currently support PKCE (RFC 7636) on the OAuth 2.0 authorization flow?
- If not, is it on the roadmap?
- For public client applications (browser-based, no secure backend), what is the recommended approach? Trying to
avoid introducing a backend service to store the client secret.