From d1c393736aaea5411aa4d57968a59bc0ae04a133 Mon Sep 17 00:00:00 2001 From: bronku Date: Fri, 21 Mar 2025 23:19:52 +0100 Subject: [PATCH] update todo --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 6bb1a35..2c4b2c9 100644 --- a/TODO.md +++ b/TODO.md @@ -27,13 +27,14 @@ ## Security -- [ ] Authentication System - - [ ] User login/logout +- [x] Authentication System + - [x] User login + - [ ] User logout - [ ] Role-based access (admin, staff) - [ ] Password hashing - [ ] CSRF Protection - [ ] Input Sanitization -- [ ] Session Management +- [x] Session Management ## UI/UX Improvements