/NODEJSAuthenitcation

-****************** Session based authentication ******************- - User Signin/Signup functionality. - MongdoDB for storing username/password in authentication collection( password encrypted using bcrypt and applied salt on top of that) - Added auth route and auth controller. - Storing sessions of user in sessions collection (session store) - Session stores is used as cookie on client side. This cookies helps in authentication. - CSRF Protection (Created middleware to inject token for all views) . (This is a NODE JS + UI project (Rendering UI using Handlebars and inserting JS scripts))

Primary LanguageJavaScript

No issues in this repository yet.