google / google/device-access-sample-web-app
Error: malformed auth code
Open
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The request to get an auth code fails with the error:
` { "error": "invalid_grant", "error_description": "Malformed auth code." }`
Posts on Stack overflow suggests that the code needs to be url decoded before being sent. And yes, sure enough.. I can see in the request part, that the code contain `%2F` which should be converted to `/`.
Contributor guide
Assessment
This issue has not been assessed yet.