passport-oauth2 icon indicating copy to clipboard operation
passport-oauth2 copied to clipboard

OAuth 2.0 authentication strategy for Passport and Node.js.

Results 98 passport-oauth2 issues
Sort by recently updated
recently updated
newest added

This is solving issues of `passport-google-oauth2` as stated in issue [#163](https://github.com/jaredhanson/passport-oauth2/issues/163)

Hi all, there's an existing bug with [`passport-google-oauth2`](https://github.com/jaredhanson/passport-google-oauth2) where, due to an upstream issue in `node-oauth` 0.9.0, OAuthing into Google accounts fails intermittently over fast connections. Good news! The upstream...

Our security team flagged that we were missing CSRF protection, which was surprising because we chose a open source library that is widely used, assuming that it would be secure...

documentation

The microservice that I am working on started failing during the oauth handshake because the `state` query parameter gets lost in the pipeline. I noticed some changes in the params...

After upgrading all modules I found out that OAuth2Strategy callback just did't fire. I've created this issue at [StackOverflow]( https://stackoverflow.com/questions/70946029/passport-js-oauth2strategy-doest-fire-callback ) After downgrading to 1.5.0 from 1.6.1 the problem is...

I am using this passport strategy on a serverless platform with the authentication code flow, and to improve security I was considering using the PKCE flow extension. As several issues...

Hello! I'm having a problem with the scope parameter because of the url encode in the redirect of the authorization url. Is there any way to avoid the url encode...

Hi, I keep getting this error traced from passport-oauth2. > TokenError: Invalid "code" in request. I'm not sure why this problem is occurring, since it successfully logged me in. If...

Somebody help, I try config router middaleware, but respone: ![image](https://user-images.githubusercontent.com/73054679/157466511-a61d2567-bb8d-4317-a0a3-966e6a418c15.png)

question

I am connecting my node app to Microsoft Outlook using passport-oauth2 where I am experiencing some major error where it asks for permissions from the user and take me to...