auth0-blog / hapi-jwt-authentication

MIT License
42 stars 14 forks source link

Replaced bcrypt with bcryptjs #8

Closed eight-molecules closed 7 years ago

eight-molecules commented 7 years ago

As mentioned in #6, bcryptjs is a lighter JS only drop in replacement for bcrypt. Performance takes a hit, but as this is a tutorial I think ease of use across all platforms is a better goal.

chenkie commented 7 years ago

awesome thanks :)