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

Requires SSL? #4

Closed codepotato closed 5 years ago

codepotato commented 6 years ago

Granted i'm in dev mode at the moment on a local homestead install, but I'm getting errors about not using SSL. Would the hookup with the underlying API require SSL perchance?

Might be worth adding this to the readme too, in case. 👍

codepotato commented 6 years ago

I can confirm, this needs a valid SSL for the comms between the local project and the underlying API.