Open kinga112 opened 10 months ago
Fix Issue #2
When user forces pkce=false, _fetchAccessToken will pass clientSecret in tokenReqPayload, which avoids failure. I found that leaving pkce=true/not declaring pkce is also successful when passing clientSecret through.
pkce will need to be forced false. desktopAuthCodeFlow.pkce = false;
Fix Issue #2
When user forces pkce=false, _fetchAccessToken will pass clientSecret in tokenReqPayload, which avoids failure. I found that leaving pkce=true/not declaring pkce is also successful when passing clientSecret through.