Skip to content

Commit e16eafd

Browse files
committed
Initial commit
0 parents  commit e16eafd

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Laravel Validator Rules - Exposed Password
2+
3+
This rule will validate that a password hasn't been exposed.
4+
5+
6+
## Installation
7+
8+
```bash
9+
composer require laravel-validation-rules/exposed-password
10+
```
11+
12+
13+
## Usage
14+
15+
16+
### License
17+
This project is licensed under an Apache 2.0 license which you can find
18+
[in this LICENSE](https://github.com/laravel-validation-rules/exposed-password/blob/master/LICENSE).
19+
20+
21+
### Feedback
22+
If you have any feedback, comments or suggestions, please feel free to open an
23+
issue within this repository.

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "laravel-validation-rules/exposed-password",
3+
"version": "1.1.0",
4+
"type": "metapackage",
5+
"require": {
6+
"divineomega/laravel-password-exposed-validation-rule": "1.1.0"
7+
}
8+
}

0 commit comments

Comments
 (0)