Open joncursi opened 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?
hashPassword.js
https://github.com/orionsoft/meteor-apollo-accounts/blob/master/client/src/hashPassword.js
Ah, looks like it is! https://github.com/orionsoft/meteor-apollo-accounts/blob/master/client/src/index.js#L21
Just wasn't documented.
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