class
Illuminate
/
Session
/
Middleware
/
AuthenticateSession
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
AuthenticateSession
Implements
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