google / gtm-oauth2

Google Toolbox for Mac - OAuth 2 Controllers
Apache License 2.0
126 stars 70 forks source link

Cannot do cross-client identity requests #52

Closed tuzonghua closed 5 years ago

tuzonghua commented 8 years ago

As it stands, there's no way to make a well-formed request to get a token response with the server_code field per this documentation. Even when I alter the code to allow for an audience request parameter, the returned token is missing server_code. I'd use the Google Sign-In library except my app needs to support a single user authorizing multiple Google accounts.