-
Notifications
You must be signed in to change notification settings - Fork 22
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
Does it still work? #33
Comments
@Nordin-010 |
Thnx @magp3 . I finally used the Google's own variation: and that works for me perfectly. But I'm not using passport lib. |
@magp3 Can you desbribe better how perfome a request?A always get 404. I tried pass a json in body with "idToken" and the idToken. |
Its
But if you're getting a 404 the problem might be elsewhere since passport should be giving back 401. And yes this is still working, I have it in a live project so I think this issue should be closed. |
Hello friends,
Somehow the passport-google-id-token package doesn't work for me. I'm a bit new to node.js but I am an experienced programmer on another field.
Why is (parsedToken, googleId, done) => {} not called? I hope you can help me.
passport-setup.js
login.js
Any idea?
The text was updated successfully, but these errors were encountered: