library yii2-beenpwned-validator
A validator to check for compromised data, through the https://haveibeenpwned.com/ API
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
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
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
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
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