jaredhanson/passport-local

So, is callback after options hash or within?

wzup opened this issue · 0 comments

wzup commented

It is not clear. You write:

This strategy takes an optional options hash before the function

Your example:

new LocalStrategy({/* options */, callback})