Skip to content Skip to sidebar Skip to footer

Passport-Google-OAuth Callback Not Working When Used In Web Service

I Have used Passport-Google-OAuth in Node.js web service project. I am using OAuth2Strategy. The process i have used is i call the web service method to authenticate user from his

Solution 1:

There may be a problem in your routes. Look at the tutorial here

https://scotch.io/tutorials/easy-node-authentication-google

It's the best I have seen. And I have implemented something similar.


Post a Comment for "Passport-Google-OAuth Callback Not Working When Used In Web Service"