passport icon indicating copy to clipboard operation
passport copied to clipboard

Simple, unobtrusive authentication for Node.js.

Results 159 passport issues
Sort by recently updated
recently updated
newest added

#### Are you looking for help? Yes #### Is this a security issue? No I set the `socketId` to session before authorizing the user but after .login() was called on...

Once any vulerabilities have been repaired, the details will be disclosed publicly in a responsible manner. This also allows time for coordinating with affected parties in order to mitigate negative...

### Checklist - [ ] I have read the [CONTRIBUTING](https://github.com/jaredhanson/passport/blob/master/CONTRIBUTING.md) guidelines. - [ ] I have added test cases which verify the correct operation of this feature or patch. -...

This was badly needed for systems that require interfacing with the server via `fetch` or `XHR`--due to non-cookie based session, for instance--, which would result in CORS errors, per the...

Hi, I am currently using Angular Fullstack Generator for my web application, now I am planning to create a mobile application using React Native. Since my current application uses the...

Hi, I have an express route for email verification that should login the user ### Expected behavior ``` req.login(foundUser, next) ``` should call next. ### Actual behavior next is never...

TypeError: self._verifyTotpCode is not a function at ../node_modules/passport-2fa-totp/lib/strategy.js:119:22 at at process._tickCallback (internal/process/next_tick.js:118:7) Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client at validateHeader (_http_outgoing.js:503:11) #Here is my...

It is misleading as it can be thought that passReqToCallback can be passed through passport.authenticate options parameter, but in reality it can't be. Suggestion is to remove passReqToCallback so that...

Dear team, in the readme.md the link to the Postgres example is just redirecting to the express-4 one which is written using mongodb: ``` Postgres [Tutorial](http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/) / [working example](https://github.com/mjhea0/passport-local-express4) ```...

Hello. This is what I have. I have a button on the frontend (React JS) that window open That window will go to the backend endpoint of discord and login...