Skip to content

Conversation

pushpak1300
Copy link
Member

@pushpak1300 pushpak1300 commented Sep 22, 2025

This MR adds Two-Factor Authentication (2FA) functionality to the Livewire Starter Kit using Laravel Fortify's built-in support for 2FA

Same as #113

🔒 Backend Changes

We are now leveraging Fortify for handling two-factor authentication.

🖥️ Frontend/UI Updates

The UI has been updated to handle all the two-factor settings based on Fortify's configuration. The following Fortify features are enabled:

Features::twoFactorAuthentication([
    'confirm' => true,
    'confirmPassword' => true,
    // 'window' => 0
]),

Demo

https://www.loom.com/share/e12c8d8c806b411d90ca277bb5d56dea

Co-authored-by: Tony Lea [email protected]
Thanks to #84

@pushpak1300 pushpak1300 changed the base branch from main to components September 22, 2025 15:26
@pushpak1300 pushpak1300 marked this pull request as ready for review September 22, 2025 17:15
@joetannenbaum joetannenbaum merged commit 7cc15cc into components Sep 24, 2025
@pushpak1300 pushpak1300 deleted the feat/compoenent_two-factor-auth branch September 24, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants