-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow login_hint to be passed for Google OAuth2 #2422
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. |
…Auth to select the account we want. Fixes meteor#2422.
Filed #2790. Thanks! |
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: