Closed
Description
Issue Description
Google authDataManager is not validating access_tokens correctly. It validates them on correct endpoint, but with wrong url param, id_token instead of access_token. See this in code here.
So you are never able to validate a token, even if it is a valid one.
How it should be done
Here is the link on google docs that says that token to be validated should be passed on access_token URL parameter.
I'll create a pull request for this issue.
Metadata
Metadata
Assignees
Labels
No labels