MIF_E31222691/app/Http/Middleware
Muah adb7eacf9e
[8.x] Multiple guards for RedirectIfAuthenticated (#5329)
* Update RedirectIfAuthenticated.php

allow the middleware to have the same behavior as https://laravel.com/api/5.8/Illuminate/Auth/Middleware/Authenticate.html#method_authenticate

so now the guest middleware have the same footprint as auth ex.`guest:web,admin` instead of creating multiple lines to support different guards.

* Update RedirectIfAuthenticated.php
2020-06-29 10:21:36 -05:00
..
Authenticate.php Update redirectTo return type PHPDoc 2019-12-14 11:48:14 +01:00
CheckForMaintenanceMode.php Adding boilerplate maintenance middleware with excepted URIs array 2018-07-12 01:13:44 +02:00
EncryptCookies.php add trust proxy middleware 2017-03-29 10:05:16 -05:00
RedirectIfAuthenticated.php [8.x] Multiple guards for RedirectIfAuthenticated (#5329) 2020-06-29 10:21:36 -05:00
TrimStrings.php add trust proxy middleware 2017-03-29 10:05:16 -05:00
TrustHosts.php add basic trust host middleware 2020-05-18 16:50:22 -05:00
TrustProxies.php chore: update typehint to be nullable (#5296) 2020-05-04 08:31:39 -05:00
VerifyCsrfToken.php remove unnecessary variable 2019-12-20 14:10:38 -06:00