laravel / fortify

Backend controllers and scaffolding for Laravel authentication.

Home Page:https://laravel.com/docs/fortify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Laravel's new Uncompromised password rule

sunscreem opened this issue · comments

Are their any plans to add the new ->uncompromised() password rule to Fortify?

From Laravel News:
uncompromised() method which checks the password against a verification API to see if the password appears in data leaks

This would be super handy and a fairly easy PR I think?

Feel free to attempt a PR 👍