-
Notifications
You must be signed in to change notification settings - Fork 9
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
Full working example #1
Comments
Also, I wonder where your modules differs from the other one https://github.com/jaredhanson/passport-google-oauth |
If you refer google's oauth2 playground then passport-google-oauth covers the complete flow while this module covers only steps 2 and 3, which means you use this module once you have obtained an authcode from google. I found this useful when I was building an android app where permissions are granted on phone and you get a authcode in return. I had to pass this authcode to my backend nodejs server, which in turn fetched access token and user details; created a user id and passed it back to the app. I'll try to put some examples this weekend. |
Yes please, thanks |
+1 |
Any progress with the examples? |
Ping |
this implementation may help. |
Do you have any full working examples you could place on the README.md?
The text was updated successfully, but these errors were encountered: