passport-google-oauth2 Questions

2

I'm retrieving user data from Google using the Passport Google Strategy (OAuth 2.0). This works fine except when the logged-in user does not have an explicitly set profile picture. In such cases, G...
Enchanting asked 5/9, 2019 at 15:30

3

Solved

I'm trying to authenticate users in my node + nestjs api and want to prompt the user to select an account. The prompt does not show up if you have only 1 account logged in and even when you are l...

1

Recently I started using passport.js with the oauth2 strategies for authentication. at first, I was using sessions and everything was great but I want my API to be stateless. the only thing I found...
Hammerskjold asked 19/12, 2021 at 19:16

2

Solved

I am unable to locate all possible scope options in passport for facebook and google. Could anyone mention all possible scope option/values that we could pass during authentication for facebook and...

2

These 2 packages look very similar: http://www.passportjs.org/packages/passport-google-oauth2/ http://www.passportjs.org/packages/passport-google-oauth20/ Is one supersede the other or they serve...
Stubbs asked 20/4, 2019 at 19:34

1

I followed a course and it implemented user authentication using passport, passport-google-oauth20, cookie-session and it all works fine (login, logout, session handling) but when i send a request ...
Phina asked 24/11, 2017 at 0:49
1

© 2022 - 2024 — McMap. All rights reserved.