|
|
|
|
|
by pavingways
4528 days ago
|
|
I know it's shameless, but what are comments for if not self-promotion... I'm working on something like that too: https://github.com/rocco/node-base My focus is on clean structure, completeness of tools and documentation (mostly inline) so you not only get a node/express/jade/everyauth/mongodb app but also can learn what's going on and how it all works together. SPA app on top coming up ... |
|
By all accounts, Passport is by far the more popular authentication package (95,000 downloads from npm in the last month vs. 2,100 for everyauth). Furthermore, maintenance of everyauth seems to have come to a halt, leaving outstanding bugs and issues unaddressed. In contrast, Passport has 100% test coverage, and has an API that's been proven stable over ~2 years.