class
Illuminate
/
Session
/
Middleware
/
AuthenticateSession
You are viewing an older version of the documentation. For the latest, please visit master documentation.
AuthenticateSession
Properties
Methods
public
__construct ( Factory $auth ) : void
Create a new middleware instance.
Parameters
- $auth Factory
protected
storePasswordHashInSession ( $request ) : void
Store the user's current password hash in the session.
Parameters
- $request Request
protected
logout ( $request ) : void
Log the user out of the application.
Parameters
- $request Request