You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that Flask API Seed example only works when I pass "audience=CLIENT_ID" into jwt.decode(). I'm not sure if it's something with my configuration, but I consistently hit an InvalidAudienceError when I auth via Google+ if I fail to include this as a parameter.
The text was updated successfully, but these errors were encountered:
I notice that Flask API Seed example only works when I pass "audience=CLIENT_ID" into jwt.decode(). I'm not sure if it's something with my configuration, but I consistently hit an InvalidAudienceError when I auth via Google+ if I fail to include this as a parameter.
The text was updated successfully, but these errors were encountered: