aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Models
Commit message (Collapse)AuthorAgeFilesLines
* Add profile page for editing username, email, password, and notificationsThomas Vanbesien2026-03-211-0/+26
|
* Add user authentication with email verification and password resetThomas Vanbesien2026-03-211-0/+118
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.