Hash a password with bcrypt

This example shows you how to use bcrypt to convert a password field into unreadable strings of characters.

Requirements

  • An admin backend running on forest-express-sequelize

  • bcrypt npm package

How it works

Directory: /models

This directory contains the users.js file where the model is declared.

In this example, we're using a custom setter for the password attribute of the users models.

Last updated

Was this helpful?