Allow login_hint to be passed for Google OAuth2 #2422
Closed
Comments
Ping on this. I'll file a PR if it looks OK. |
I would look at a PR for this. For maximum appeal, I'd suggest that you unify this with the existing |
Closing this issue since it's a feature request; feel free to submit a PR. |
bradvogel
pushed a commit
to bradvogel/meteor
that referenced
this issue
Oct 9, 2014
bradvogel
pushed a commit
to bradvogel/meteor
that referenced
this issue
Oct 9, 2014
…Auth to select the account we want. Fixes meteor#2422.
Filed #2790. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the
login_hint
option in https://developers.google.com/accounts/docs/OAuth2Login. I need this option because my app already knows who the user should be logged in as and this will be a convenience for the user. I'd like Meteor.loginWithGoogle supported passing this in, e.g.Let me know if this looks OK and I can file a PR. Thanks!
The text was updated successfully, but these errors were encountered: