Student Reviews
( 5 Of 5 )
1 review
Video of Register and Login Full Lifecycle with NodeJS in Express Js course by Steve Griffith - Prof3ssorSt3v3 channel, video No. 10 free certified online
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