Authenticate
class Authenticate
Properties
protected Factory | $auth | The authentication guard factory instance. |
Methods
void
__construct(Factory $auth)
Create a new middleware instance.
Details
at line 24
void
__construct(Factory $auth)
Create a new middleware instance.
at line 37
mixed
handle(Request $request, Closure $next, string|null $guard = null)
Handle an incoming request.