update todo

This commit is contained in:
bronku 2025-03-21 23:19:52 +01:00
parent ab662bd4b8
commit d1c393736a

View file

@ -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