npm install
to install the dependencies we've already been using, and start hashing.js
with node. Follow the video below to
complete the password hashing example.
handlebars
to EJS
. In these examples, just swapping from {{ }}
to <%= %>
.locals.
(e.g. locals.hash
instead of just hash
). This prevents it from erroring before I create that variable in the example, and doesn't change anything else.bcryptjs
module with npm