aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Views/auth/login.php
Commit message (Collapse)AuthorAgeFilesLines
* Add user authentication with email verification and password resetThomas Vanbesien2026-03-211-0/+17
Implements registration, login/logout, email verification via token, and password reset flow. Includes CSRF protection, flash messages, MailPit for dev email testing, and security docs in README.