react
redux
javascript
heroku
bootstrap
flow
tutorial
webpack
yarn
react-router
eslint
stack
jest
socket-io
nodemon
pm2
server-side-rendering
jss
immutablejs
sinon
-
Updated
Jul 29, 2020 - JavaScript

It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like: