Tutorials for auth
-
· Updated Aug 2022 · 6 min readMulti-Language Routes and Locales with Auth
-
May 27, 2021 · 16:31 minsVideo: Laravel Roles and Permissions: All CORE Things You Need To Know
-
· 8 min readLaravel Auth: Make Registration Invitation-Only
-
· Updated Dec 2022 · 3 min readLaravel Auth: Login With Email Or Username (In One Field)
-
· 3 min readLaravel Auth: After-Registration Redirect to Previous (Intended) Page
-
January 08, 2025 · 11:30 minsVideo: Laravel and 3rd-Party APIs: The PROCESS
-
July 03, 2021 · 9:00 minsVideo: Spatie Laravel Permission: Example Project Review
-
June 15, 2022 · 8:44 minsVideo: Laravel Mobile Phone Verification: SMS with Vonage (ex Nexmo)
-
Tip: Authenticate users with more options
-
Package: 404labfr/laravel-impersonate
Makes it easy to authenticate as your users. Add a simple trait to your user model and impersonate as one of your users in one click.
-
Package: cartalyst/sentinel
A framework agnostic authentication & authorization system
-
Package: rappasoft/laravel-authentication-log
Laravel Authentication Log is a package which tracks your user's authentication information such as login/logout time, IP, Browser, Location, etc. as well as sends out notifications via mail, slack, or sms for new devices and failed logins.
-
November 27, 2024 · 8:26 minsVideo: Laravel Sign In with QR Code using Livewire
-
September 11, 2022 · 5:14 minsVideo: Logging Laravel Auth Events: Logged In-Out, Register, etc.
-
May 14, 2025 · 5:05 minsVideo: Laravel Auth: Login and Register with Phone and OTP SMS
-
September 07, 2022 · 4:33 minsVideo: Laravel Roles and Permissions: Spatie, AuthorizeResource and Super Admin
-
April 09, 2020 · 3:59 minsVideo: Laravel API Auth Demo: Passport, oAuth and Sanctum
-
August 17, 2022 · 2:49 minsVideo: Laravel AuthorizeResource for Resource Controllers
-
· 3 min readHow to rename users DB table in default Laravel Auth
-
· Updated Jun 2025 · 3 min readLaravel Too Many Login Attempts: Restrict and Customize
-
· Updated Jun 2025 · 2 min readAuth: login with username instead of email
-
· 2 min readLaravel Auth: How to disable auto-login after registration?
-
· 2 min readAuth Login: how to check more than just email/password?
-
· 1 min readLimit failed login attempts on Laravel Auth