u1k0g
Results
1
comments of
u1k0g
TLDR Try: `passport.use('user-local', User.createStrategy());` Brief: Bit of a strange bug. I have multi user login, and it needs `passport.use('user-local', new LocalStrategy(User.authenticate()));` for the first 2 User types, but for the...