TekkenChicken / chicken-server

Backend for Tekken Chicken app
2 stars 2 forks source link

Temporarily move from Bcrypt to Bcryptjs for centos6 compatibility #8

Open bdickason opened 7 years ago

bdickason commented 7 years ago

Aziz's server doesn't have g++ 4.9 (which is a dependency for bcrypt).

I've switched us to bcryptjs which is slower but has no dependencies so the app will build on our server.

I'm not sure how fast it is, so we should revisit this in the future once we're past launch.

More detail: https://github.com/kelektiv/node.bcrypt.js/issues/476#issuecomment-274148353