2017 © Pedro Peláez
 

library pwnwedpassword-validator

PwnedPassword Validator Constraint for Symfony

image

darookee/pwnwedpassword-validator

PwnedPassword Validator Constraint for Symfony

  • Friday, February 23, 2018
  • by darookee
  • Repository
  • 0 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

haveibeenpwned Validator Constraint

This Validator uses curl to query the https://haveibeenpwned.com API for the first 5 chars of the SHA1 of a value, that is to be validated. If it finds the exact SHA1 hash in the response it will add a validation error., (*1)

Usage

use R\Validator\Constraints as RAssert;

class MyEntity {

    /**
    * @RAssert\PwnedPasswords()
    **/
    var $password;
}

The Versions

23/02 2018

dev-master

9999999-dev

PwnedPassword Validator Constraint for Symfony

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Nils Uliczka

validator symfony password

23/02 2018

1.0.0

1.0.0.0

PwnedPassword Validator Constraint for Symfony

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Nils Uliczka

validator symfony password