google / google/device-access-sample-web-app

Error: malformed auth code

Open
#5 3 comments 0 reactions 1 assignee Claimed by @YigitUyan View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.