mozilla / login.webmaker.org

Login service for Webmaker.org
https://login.webmaker.org
Mozilla Public License 2.0
32 stars 62 forks source link

Verifying user passwords takes a significant amount of time because we use bcrypt #364

Open jbuck opened 9 years ago

jbuck commented 9 years ago

Verifying user passwords and storing them in a secure fashion is important, which is why we use bcrypt. But because we use bcrypt, verifying passwords is really slow when you start to do more than 5 req/s with our current 2 dyno setup.

jbuck commented 9 years ago

Options:

@ashleygwilliams @cadecairos @simonwex @thisandagain anything else you can think of?