Commit Graph

6 Commits

Author SHA1 Message Date
19959a0325 . 2026-01-25 18:20:57 -06:00
478305bc4f Update /home template 2026-01-25 12:12:02 -06:00
096a1235b5 Add basic logout 2026-01-11 15:31:59 -06:00
7399cbe785 Add / template 2026-01-11 14:57:51 -06:00
1c1eeddcbe Add basic login screen with form-based authentication
Adds /login route with HTML template that handles GET (show form) and
POST (authenticate). On successful login, sets session cookie and
redirects to /. Also adds framework support for redirects and cookies
in route handlers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 10:07:02 -06:00
6e96c33457 Add very basic support for finding and rendering templates 2026-01-10 13:50:44 -06:00