node-express-realworld-example-app icon indicating copy to clipboard operation
node-express-realworld-example-app copied to clipboard

why use passport-js?

Open vikas-0 opened this issue 8 years ago • 3 comments

I see you are not using passport-js as middleware then why use it at all. also why not use passport-jwt strategy?

vikas-0 avatar Jul 15 '17 20:07 vikas-0

I’m also trying to understand this. While building out this repository for my own project, I’m noticing that the authentication methods are a bit unusual.

Is this repository still being maintained?

If so, what is the rationale behind the following?

  • Using Passport Local strategy with JWT as opposed to just using the Passport-JWT strategy?
  • Why is express sessions module included in the app?

zachgoll avatar Nov 26 '19 13:11 zachgoll

I think it's abandoned, it was just gateway to the paid premium course.

vikas-0 avatar Nov 26 '19 16:11 vikas-0

I think it's abandoned, it was just gateway to the paid premium course.

Have you found any other good repositories of similar nature that are maintained?

zachgoll avatar Nov 30 '19 14:11 zachgoll