apollo-passport-local
Advanced tools
Changelog
[v0.0.3]
password.bcrypt
, i.e.
{ password: { bcrypt: "$a2...." } }
rather than password.password
.
This is both clearer, more forward compatible, and compatible with Meteor.Changelog
[v0.0.2]
AugmentedStrategy
class format. This is an internal change but now
you no longer need to install passport-local
yourself, it's an included dep.