This library provides an IPasswordValidator for Microsoft ASP.NET Core Identity which validates passwords against HaveIBeenPwned.com's Pwned Passwords using the v2 RESTful API.
Info
Version: | 1.0.0 |
Author(s): | Graham King |
Last Update: | Thursday, October 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BlackstarSolar/BlackstarSolar.AspNetCore.Identity.PwnedPasswords |
NuGet Url: | https://www.nuget.org/packages/BlackstarSolar.AspNetCore.Identity.PwnedPasswords |
Install
Install-Package BlackstarSolar.AspNetCore.Identity.PwnedPasswords
dotnet add package BlackstarSolar.AspNetCore.Identity.PwnedPasswords
paket add BlackstarSolar.AspNetCore.Identity.PwnedPasswords
BlackstarSolar.AspNetCore.Identity.PwnedPasswords Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Identity(>= 2.0.0)
- SharpPwned.NET(>= 1.0.2)
Tags