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