react-oauth
react-oauth copied to clipboard
Failed POST request to play.google.com on signup
I tried out your library to authenticate with and I noticed in the console that there is a failed request to:
https://play.google.com/log?format=json&hasfast=true&authuser=0
getting back a 401
I am wondering firstly what this call is for and why it is being made?
And secondly why it is failing?
I also noticed this happens in your demo site too.
Any help would be great! Thanks

The same
Same error with me
Interesting
Actually these requests and the button are all done from google side, we don't fire requests manually unfortunately
The same for me, but there is no error in incognito mode, hm)