Laravel provides several excellent options for managing authentication in your applications. If you'd prefer a head start, you might reach for one of the available first-party packages that provide robust, modern scaffolding for your authentication layer, including Laravel Breeze, an initial starter, Laravel Jetstream, offering two-factor auth, API tokens and team management, orLaravel Fortify, a backend implementation. In this series, we'll review how to use and customize these packages in order to fit the authentication needs of your application.
Overview
Syllabus
- Laravel Breeze
- Breeze Overview and Usage
- Laravel Jetstream
- Jetstream Installation and Features
- Customize Views
- Customize Routes
- Actions
- API Tokens
- Team Support
- Inertia Integration
- Laravel Fortify
- Login and Registration
- Email Verification
- Reset Passwords
- Profile and Password Updates
- Password Confirmation
- Two-Factor Authentication
- API Usage
- SPA Authentication With Sanctum
- Mobile App Authentication With Sanctum
- Manual Authentication
- Manual Login and Registration
- Forgot Password and Reset Password
- Supplementary
- Jetstream Version 2 Upgrade Notes
Taught by
Andre Madarang