ethercreative/yii2-beenpwned-validator
Composer 安装命令:
composer require ethercreative/yii2-beenpwned-validator
包简介
A validator to check for compromised data, through the https://haveibeenpwned.com/ API
关键字:
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require ethercreative/yii2-beenpwned-validator
or add
"ethercreative/yii2-beenpwned-validator": "*"
to the require section of your composer.json file.
Usage
public function rules() { return [ ['password', '\ethercreative\validators\BeenPwned'], ]; }
Todo
- Add option to check account
- Add option to check pastes
- Add option for
originalPasswordIsAHash
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-23