2017 © Pedro Peláez
 

library yii2-beenpwned-validator

A validator to check for compromised data, through the https://haveibeenpwned.com/ API

image

ethercreative/yii2-beenpwned-validator

A validator to check for compromised data, through the https://haveibeenpwned.com/ API

  • Monday, October 23, 2017
  • by mattether
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yii2 BeenPwned Validator

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

composer require ethercreative/yii2-beenpwned-validator

or add, (*3)

"ethercreative/yii2-beenpwned-validator": "*"

to the require section of your composer.json file., (*4)

Usage

public function rules()
{
    return [
        ['password', '\ethercreative\validators\BeenPwned'],
    ];
}

Todo

  • [ ] Add option to check account
  • [ ] Add option to check pastes
  • [ ] Add option for originalPasswordIsAHash

The Versions

23/10 2017

dev-master

9999999-dev

A validator to check for compromised data, through the https://haveibeenpwned.com/ API

  Sources   Download

MIT

The Requires

 

by Matt Edmonston

yii2 validator model

23/10 2017

0.1.1

0.1.1.0

A validator to check for compromised data, through the https://haveibeenpwned.com/ API

  Sources   Download

MIT

The Requires

 

by Matt Edmonston

yii2 validator model

23/10 2017

0.1

0.1.0.0

A validator to check for compromised data, through the https://haveibeenpwned.com/ API

  Sources   Download

MIT

The Requires

 

by Matt Edmonston