Closed mt-czi closed 3 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
hello @mt-czi, thanks for the PR,
Could you please provide a little bit more details, Unfortunately, for all my test cases, I have no issue mentioned by you
The issue was closed as stale due to prolonged inactivity
The
token_prepare_request
method for oauth library fails. The code is passing the authorization url without the attributes containing the code value. This raises an error from the oauth library complaining no code was passed. However we do do pass the actual code as a separate parameter. So removing the authorization_url parameter fixes the issue.