inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Accounts._hashPassword #289

Closed odesey closed 6 years ago

odesey commented 7 years ago

I have disabled account creation on the client side and use a method call instead to create accounts. Normally I would hash the password before sending it to the server using the Accounts._hashPassword(some_password). Is there anyway to accomplish this with your package?

Thanks.

odesey commented 6 years ago

140