Closed aneequrrehman closed 6 years ago
Referring to #1348 by @HaoK
Shouldn't ValidateUserAsync and ValidatePasswordAsync be virtual as well?
ValidateUserAsync
ValidatePasswordAsync
Sorry, my bad, just figured I could just register IUserValidator and IPasswordValidator implementations to be used in the aforementioned methods.
IUserValidator
IPasswordValidator
Referring to #1348 by @HaoK
Shouldn't
ValidateUserAsync
andValidatePasswordAsync
be virtual as well?