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

Return promise from all api method for work with passport via await/yield/then/(without callback) flow. It will be nice! All new modules uses async/await now via babel or nodejs 7. It...

Hi, over the last week I tried to make our react/passportjs authentication (with sessions) work. The thing is I can successfully login with password and email and I get the...

Mongo & Express v3 and Passport & Postgres tutorial links fixed

Postgres example is mongodb

I am implementing saml authentication using passport & passport-saml strategy. I am setting passport strategy dynamically depending on tenant. But it shows error, `Error: Unknown authentication strategy "saml"` While testing...

Some applications such as a SSO solution for tooling would greatly benefit from passport, but as it stands creating out of band strategies are a bit cumbersome: https://gist.github.com/2877622 Would it...

enhancement

It's possible to get access tokens from oauth providers through their javascript APIs. Because getting access tokens this way does not require browser redirects you can create an inline login...

enhancement

the part of passport-local [strategy page](https://www.passportjs.org/packages/passport-local/) >Examples For complete, working examples, refer to the multiple [examples](https://github.com/jaredhanson/passport-local/tree/main/examples) included. the link get a 404 error from Github ### Expected behavior It should...

website

Helps with #458. I don't know where to submit a change that would update http://www.passportjs.org/docs/authenticate/ but I'd be happy to help with that too ### Checklist - [x] I have...

** READ THIS FIRST! ** #### Are you implementing a new feature? Requests for new features should first be discussed on the [developer forum](https://github.com/passport/develop). This allows the community to gather...