Passport (http://passportjs.org/) is worth investigating as an alternative to everyauth. Its primary advantage is a modular architecture focused solely on authentication, which is fully decoupled from routing and template engines. Many people find this approach more flexible and easier to integrate.
Nice. I'll take a look at that. my big beef with everyauth has been my frustration with trying hooking into its pipeline where it is simply doing too much.
6 comments
[ 0.24 ms ] story [ 42.2 ms ] thread(Disclaimer: I'm the developer of Passport.)
If you need a lower level tool, authom is nice too.