nicolaslopezj / meteor-apollo-accounts

Meteor accounts in GraphQL
MIT License
145 stars 35 forks source link

Export hashPassword module #56

Open joncursi opened 7 years ago

joncursi commented 7 years ago

Would it be possible to export the hashPassword.js module so that we don't need to duplicate the algorithm in our own codebases?

https://github.com/orionsoft/meteor-apollo-accounts/blob/master/client/src/hashPassword.js

joncursi commented 7 years ago

Ah, looks like it is! https://github.com/orionsoft/meteor-apollo-accounts/blob/master/client/src/index.js#L21

Just wasn't documented.