aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Views/auth
Commit message (Collapse)AuthorAgeFilesLines
* Add user authentication with email verification and password resetThomas Vanbesien2026-03-214-0/+70
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.