NestJS - Authentication
Which method in a NestJS LocalStrategy class is responsible for validating user credentials?
validate() method is the standard method used to check username and password correctness.authenticate(), authorize(), and login() are not part of the LocalStrategy class by default.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions