In this Larabit, we'll take an existing application built with Laravel Breeze and add two-factor authentication to the login flow with Fortify. We don't have to adjust our current authentication setup, but instead can use Fortify's auth class and user trait to allow our users to toggle 2FA on their account.
Installing Laravel FortifyDisplaying QR and recovery codesCode prompting
