VaultExpress / vault-express

A simply secure sign-up/sign-in implementation for web app
MIT License
3 stars 3 forks source link

Add passportjs middleware for validating authen user to protect /secure route #86

Open junyada100 opened 5 years ago

junyada100 commented 5 years ago

Use simple function as passport.js example

pradhyumn94 commented 5 years ago

@junyada100 If it is still open I would love to work on it. I am beginner though not in node but in open-source contribution.

junyada100 commented 5 years ago

yes, this is still an open issue, you may work on it, let me know if you are stuck on anything

junyada100 commented 5 years ago

Hey @pradhyumn94, currently, i got a problem with passportjs deserialize user info which might/should impact to this issue. you may hold this work a bit until i solve that, will let you know when i done.

junyada100 commented 5 years ago

@pradhyumn94, you can work further on this issue, the problem was solved.