passport icon indicating copy to clipboard operation
passport copied to clipboard

Simple, unobtrusive authentication for Node.js.

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

The tutorial links to http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/ which is using mongo, not postgres

### Expected behavior Click "Strategies" link on homepage, load list of passport strategy packages ### Actual behavior http://www.passportjs.org/packages/ returns 404 ### Steps to reproduce Visit http://www.passportjs.org/packages/ ### Environment production website

Would be great to be able to use passport as part of [koa](https://github.com/koajs/koa). Perhaps this could be a wrapper to expose the middleware (*) as generator functions instead.

Repo is at link -> [Repository](https://github.com/ragebite/passport-xbox)

Hi, this is really minor, but whenever I want to check the example codes from the official documents, I click the link > github informs me of 404 > I...

The [Facebook authentication example](http://passportjs.org/guide/facebook/) from the documentation results in an infinite loop of HTTP redirects, as illustrated by this [sample code](https://github.com/blackcoat/passport-redirect-loop). The `/auth/facebook` route sends us to Facebook to login,...

when setting session based login, in chrome it does not removes cookie when closing browser. Following code: app.use(passport.initialize()); app.use(passport.session()); Note: works with firefox, ie, opera

Google Chrome offers a feature that pre-loads urls before the user pushed the enter button. (settings -> privacy -> advanced -> prefetch) ### Actual behavior 0.) Prefetch is already enabled...

```html https://github.com/themikenicholson/passport-jwt ``` Another example: ```html https://github.com/jaredhanson/passport-github#readme