You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many middleware issues at this moment, because its pretty hard to make them generic for all of the projects. Personally I write my own implementations for them and using these middlewares as an examples. I like your idea, it will be good to have them work with default Laravel installation out of the box.
It's a breaking change and could be done only in next major release.
It would be cool to be able to change
login
for Laravel's defaultemail
here:laravel-ban/src/Http/Middleware/LogsOutBannedUser.php
Line 57 in 8b78c2f
And here:
laravel-ban/src/Http/Middleware/ForbidBannedUser.php
Line 51 in 8b78c2f
This way it would work out-of-the-box with Laravel.
Currently my workaround is middleware override.
The text was updated successfully, but these errors were encountered: