Everyauth vs Passport.js?

2019-01-20 21:22发布

Everyauth and Passport.js seem to have very similar feature sets. What are some of the positive and negative comparisons between the two that would make me want to use one over the other?

7条回答
姐就是有狂的资本
2楼-- · 2019-01-20 22:18

I used to use Everyauth more specifically mongoose-auth. I found it hard to split up my files properly without dismantling the everyauth module. Passport in my opinion is a cleaner method for creating logins. There is a write up that I found very helpful http://rckbt.me/2012/03/transitioning-from-mongoose-auth-to-passport/

查看更多
登录 后发表回答