Recipes dealing with Laravel's Auth facade
-
Changing Your Authentication Driver
-
Changing Your Authentication Model
-
Changing Your Authentication Table
-
Changing the View For Password Reminders
-
Changing the Password Reminder Expiration
-
Changing Your Password Reminder Table
-
Artisan Password Reminder Commands
-
Determining if the Current User is Authenticated
-
Determining if No User is Logged In
-
Accessing the Current User
-
Determine if the User Was Authenticated Via the Remember Cookie
-
Creating an Instance of the Auth Database Driver
-
Creating an Instance of the Auth Eloquent Driver
-
Logging a User In Without Sessions or Cookies
-
Validating a User's Credentials
-
Attempting to Authenticate Using Basic Auth
-
Performing a Stateless HTTP Basic Login
-
Attempting to Authenticate with Credentials
-
Listening for Authentication Attempts
-
Manually Logging a User In
-
Manually Logging a User by ID
-
Logging in a User by ID Without Sessions or Cookies
-
Logging the User Out of Your Application
-
Getting the Cookie Jar Used for Authentication
-
Setting the Cookie Jar Used for Authentication
-
Getting the Remember Me Cookie Name
-
Getting the Cookie Name Used for Authentication
-
Getting the Currently Cached Authenticated User
-
Setting the Currently Authenticated User
-
Getting the Event Dispatcher for Authentication
-
Setting the Event Dispatcher for Authentication
-
Getting the Authentication Request Instance
-
Setting the Request Instance for Authentication
-
Getting the Authentication User Provider
-
Setting the Authentication User Provider
-
Getting the Session Store Used for Authentication
