In this video we are going to be building a Node JS application which will connect to Postgres (SQL) database. The database will be used to store user details including their names, email addresses and passwords in order for them to log on to the application.

We will be using the following Node libraries:

Express - To serve our application
bcrypt - To hash user password to make them secure
express-session - To store session details in a session cookie object
express-flash - To display flash messages to the user
passport - To authenticate users
passport-local - To implement a local authentication strategy for our application

Source code: https://github.com/conorbailey90/node…

Subscribe: https://www.youtube.com/channel/UCcNEvbajb34cXufYddZ57og

#node #nodejs #javascript

Implementing User Authentication With Node JS and PostgreSQL
13.90 GEEK