i'm trying to figure out a best practice for building an authentication system, the simplest one (based on user_name and password).
i searched for best practices and found a few projects, although most of them are pretty old and many things are depreciated.
i would like to have some advises for best practices to have the simplest login\signup system using angular-express-mongodb.