class AuthenticateWithBasicAuth (View source)
| protected Factory | $auth | The guard factory instance. |
| void | __construct(Factory $auth) Create a new middleware instance. | |
| mixed | handle(Request $request, Closure $next, string|null $guard = null, string|null $field = null) Handle an incoming request. |
Create a new middleware instance.
Handle an incoming request.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Auth/Middleware/AuthenticateWithBasicAuth.html