An Implementation of ASP.NET Core Identity IPasswordValidator that verifies the provided password has not been pwned, as defined by Troy Hunt's HaveIBeenPwned service: https://haveibeenpwned.com/Passwords. 
                        
                    
         
                Info
| Version: | 1.2.0 | 
| Author(s): | Andrew Lock | 
| Last Update: | Saturday, October 12, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/andrewlock/PwnedPasswords | 
| NuGet Url: | https://www.nuget.org/packages/PwnedPasswords.Validator | 
Install
Install-Package PwnedPasswords.Validator
                        dotnet add package PwnedPasswords.Validator
                        paket add PwnedPasswords.Validator
                        
                                PwnedPasswords.Validator Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - PwnedPasswords.Client(>= 1.2.0)
- Microsoft.AspNetCore.Identity(>= 2.1.0)
- PwnedPasswords.Client(>= 1.2.0)
Tags
