Hello, there!
Could anybody help me?
I have a trouble with https://nutson.us/ as redirect URI
getting code
“https://accounts.google.com/o/oauth2/v2/auth?”
“response_type=code&”
f"client_id={credentials.client_id}&"
“state=google&”
“scope=openid&”
f"redirect_uri=https://nutson.us"
redirect to https://nutson.us/feed/recommended?state=google&code=some_code&scope=openid&authuser=1&prompt=none
next make an request to getting access_token
https://oauth2.googleapis.com/token
and getting error {‘error’: ‘invalid_grant’, ‘error_description’: ‘Bad Request’}
if we use a http://127.0.0.1:8000 or https://www.google.com
all is ok