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
Google.retrieveCredential
should take a secret.
#2118
Comments
Thanks @tmeasday! Fixed in all the OAuth service provider packages. |
No worries. PS, while we are on the subject, it'd be nice to be able to get the credential secrets (on the client) and the credential result (on the server) more than once. Some use cases:
[1] We just launched with MD accounts btw :) |
Do either of you, @estark37 or @tmeasday, know how I can get access to the credential secret on the server when I use requestCredential() on the client? For more detail I posted the question on stackoverflow http://stackoverflow.com/questions/24428130/how-can-i-get-the-credential-secret-in-meteor-when-i-do-facebook-requestcredent |
@jordangarside I think what you want is |
@tmeasday That'll do it, thanks so much! |
Oh, I just meant that it's an |
Ohh, for sure, thanks a ton! |
@tmeasday This method no longer exists. What is the recommended way for retrieving the credential secret now? [edit] Looks like it has to be called from the client. |
Google OAuth credentials are stored with a secret, yet https://github.com/meteor/meteor/blob/devel/packages/google/google_server.js#L81-L83 doesn't take a secret as an argument.
The text was updated successfully, but these errors were encountered: