From 596c830febb89494d1a4119f4166e3ce775fa566 Mon Sep 17 00:00:00 2001 From: stuce Date: Wed, 25 Jun 2025 17:03:58 +0200 Subject: [PATCH] Update README.md tested, it works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aacc35a..4840165 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Stuce's simple todo is a web app that let's you self host a simple todolist. The goal is to provide a minimalistic and fast todo list that is self hostable. ## Next goals - Make multi user support - - [ ] Get user by trusted header + - [x] Get user by trusted header - [ ] Add option to enable single user (usefull for vpn single user easy setup) - [ ] Add menu to add other users to the group - [ ] make the code more readable by renaming/moving the handlers better