vladimirponomarev / authentication-in-react-apps

:key: Source code for a tutorial on implementing authentication in React applications.
https://vladimirponomarev.com/blog/authentication-in-react-apps-creating-components
MIT License
247 stars 79 forks source link

Change dependency from bcrypt to bcrypt.js #15

Open drepram opened 5 years ago

drepram commented 5 years ago

The bcrypt package seems to have troubles with it's binaries (https://github.com/kelektiv/node.bcrypt.js/issues/537), I have since changed the bcrypt package to bcryptjs in package.json and server/models/user.js.