@extends('layouts.app') @section('title', 'Documentation - ' . config('app.name', 'Laravel 2FA')) @section('content')
Complete guide to implementing and using the Laravel 2FA authentication system
Step-by-step tutorial for new developers
Complete API documentation and examples
Explore all available features
Time-based One-Time Password (TOTP) implementation compatible with Google Authenticator, Authy, and other TOTP apps.
Custom encryption for TOTP secrets using AES-256-CBC with separate encryption keys stored in environment variables.
Automatic QR code generation for easy setup with authenticator apps using the endroid/qr-code library.
Full integration with Laravel Sanctum for API token authentication and session management.
Beautiful, modern interface with glass morphism effects, animations, and responsive design.
Comprehensive security measures including middleware protection and secure session handling.
Handles TOTP generation and validation
AES-256-CBC encryption for secrets
QR code generation for setup
2FA verification enforcement
Modern glass morphism design
Mobile-first approach
Interactive components
Utility-first styling