AuthenticateSession
class AuthenticateSession (View source)
Properties
protected Factory | $auth | The authentication factory implementation. |
Methods
void
void
Details
void
__construct(Factory $auth)
Create a new middleware instance.
protected void
storePasswordHashInSession(Request $request)
Store the user's current password hash in the session.
protected void
logout(Request $request)
Log the user out of the application.