CharisHadi / TwatBook

You make post, it book, twatter
2 stars 0 forks source link

Added user auth and password hashing #18

Closed aeldenburg001 closed 5 years ago

aeldenburg001 commented 5 years ago

I have added:

passport.js: for user authentication.

bcrypt: for hashing user passwords using SALT.

express-mysql-session: to create a database table to save session data in a MySQL text field.