Creating a validator to check for common passwords in ASP.NET Core Identity

added by DotNetKicks
7/18/2017 10:59:20 AM

253 Views

In my last post, I showed how you can create a custom validator for ASP.NET Core. In this post, I introduce a package that lets you validate that a password is not one of the most common passwords users choose. You can find the package on GitHub and on NuGet, and can install it using dotnet add package CommonPasswordValidator.


0 comments