DivineOmega / laravel-password-exposed-validation-rule

🔒 Laravel validation rule that checks if a password has been exposed in a data breach.
GNU Lesser General Public License v3.0
89 stars 29 forks source link

Update README with SSL requirements #5

Closed codepotato closed 5 years ago

codepotato commented 6 years ago

As per issue #4, I think it would be wise to explain the SSL requirement in place by using Guzzle and the underlying API calls.

DivineOmega commented 5 years ago

I do not believe this is a requirement anymore as the dependencies will automatically retrieve the required SSL bundle.