passport-google-oauth Questions
5
The below code will works perfectly If I add the serialize/deserialize passportjs method, which creates a session. I am working to create Json Web Token, not session. Any tutorial, suggestion or cl...
Powerboat asked 30/10, 2017 at 3:35
4
login via google on my meanjs website stopped working all of the sudden after three years, without any change to the code.
The request sent:
/**
* Module dependencies
*/
var passport = require('p...
Parsimony asked 16/6, 2022 at 9:44
2
In my full-stack project(Nest.js + React), I implemented google login using passport-google as below.
import { Controller, Get, Req, UseGuards } from '@nestjs/common';
import { AppService } from '....
Eloyelreath asked 4/8, 2021 at 6:23
5
Solved
Using passport-google-oauth: "0.2.0" in my MEAN Stack application (found here: https://github.com/jaredhanson/passport-google-oauth). When I run the application and attempt to sign in with a Google...
Syringa asked 3/10, 2015 at 16:41
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...
Godwit asked 8/6, 2020 at 17:51
2
Solved
Using: passport-google-oauth2.
I want to use JWT with Google login - for that I need to disable session and somehow pass the user model back to client.
All the examples are using google callback t...
Goraud asked 27/11, 2016 at 12:29
1
There was a recent update to the Google Cloud Platform oauth service enforcing strict usage of HTTPS for all redirect URIs. However, localhost urls should be exempt, and those are allowed to use ht...
Circumvent asked 17/11, 2021 at 16:48
1
Solved
edit: here is a minimal viable project
I am trying to get an access and refresh token from Google from an authorization code for the server-side flow. I followed Google's guide here: https://devel...
Cythiacyto asked 1/4, 2017 at 22:55
1
I would like to fetch all the google private connections of a user signed in from my app.
I've enabled the Google People and the Google Plus API's. I set up the credentials API key, client id &...
Wore asked 3/3, 2017 at 19:42
1
© 2022 - 2024 — McMap. All rights reserved.