Node.js A Good authentication module ? or whats the proper way to authenticate users?

Posted by Mohamed Ahmed on Stack Overflow See other posts from Stack Overflow or by Mohamed Ahmed
Published on 2012-11-16T22:57:34Z Indexed on 2012/11/16 22:59 UTC
Read the original article Hit count: 178

I'm learning Node.js and looking forward to create a simple web application which will be based on Express and I was thinking of something like creating user groups and each group has its own users and each group has its own permissions (Just like ACL in Cakephp)

So can anyone recommend a good module or whatever to do so ?

Also I'm a little curious about security and how these passwords are going to be saved and what type of encryption the passwords will be encrypted in.

Thanks :)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about security