From e0369b50ddf7ee1fb0dd09a474e1c50521b8178c Mon Sep 17 00:00:00 2001 From: Butter Date: Mon, 20 Apr 2026 10:26:39 -0400 Subject: [PATCH] readme forgot to update readme when I added auth --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fa3b6e2..a1ee476 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,12 @@ right now it's just the skeleton, but the database is hooked up * **axum + tokio**: for the server. * **sqlx + sqlite**: migrations are automated, and i've got WAL mode and foreign keys turned on. * **askama**: handling the html templates. -* **styling**: vtg fonts and a tiled background. ### status * [x] basic routing / main page works * [x] database connection and migrations. * [x] basic layout and base templates. -* [ ] auth logic (login/register routes). +* [x] auth logic (login/register routes). * [ ] thread and post functionality. it's a start.