Update README.md

tested, it works
This commit is contained in:
stuce 2025-06-25 17:03:58 +02:00
parent e2c414f108
commit 596c830feb

View file

@ -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. The goal is to provide a minimalistic and fast todo list that is self hostable.
## Next goals ## Next goals
- Make multi user support - 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 option to enable single user (usefull for vpn single user easy setup)
- [ ] Add menu to add other users to the group - [ ] Add menu to add other users to the group
- [ ] make the code more readable by renaming/moving the handlers better - [ ] make the code more readable by renaming/moving the handlers better