This tutorial covers both the client-side and the server-side of the process of registering and logging in a user with Hashed passwords.
The bcrypt NPM module is used for the hashing.
The difference between hashing and encrypting is briefly covered.
The full lifecycle and code in the browser as well as on the server is discussed.

GitHub Repo with code from tutorial - https://github.com/prof3ssorSt3v3/node-register-login

Bcrypt package page - https://www.npmjs.com/package/bcrypt

#nodejs #javascript #npm

Register and Login Full Lifecycle with NodeJS
10.45 GEEK