Skip to content
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

Open
binarykitchen opened this issue Sep 25, 2014 · 7 comments
Open

Full working example #1

binarykitchen opened this issue Sep 25, 2014 · 7 comments

Comments

@binarykitchen
Copy link

Do you have any full working examples you could place on the README.md?

@binarykitchen
Copy link
Author

Also, I wonder where your modules differs from the other one https://github.com/jaredhanson/passport-google-oauth

@shobhitsinghal624
Copy link
Owner

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.
For a website, passport-google-oauth module should be preferred.

I'll try to put some examples this weekend.

@binarykitchen
Copy link
Author

Yes please, thanks

@nickm4062
Copy link

+1

@factoidforrest
Copy link

Any progress with the examples?

@jgladch
Copy link

jgladch commented May 20, 2017

Ping

@PRAJINPRAKASH
Copy link

this implementation may help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants