I'm trying to get the hang of node.js and am looking for an authentication example. Hopefully with connect-auth and using http digest with hash and salt.
I watched this but it doesn't seem very secure:
http://nodetuts.com/tutorials/13-authentication-in-express-sessions-and-route-middleware.html#video
Does anyone have a better example?
Mongodb preferred!
User Management and authentication is what I'm looking for.