meteor-restivus
meteor-restivus copied to clipboard
Fix crash if user password `bcrypt` not set in user
Please see https://github.com/kahmali/meteor-restivus/issues/300
this is a pretty urgent fix as it crashes whole Meteor server if bcrypt
is not set.
It may be good to wrap the auth
"stuff" in a try catch. Sorry my coffeescript
is not that great.