update todo
This commit is contained in:
parent
ab662bd4b8
commit
d1c393736a
1 changed files with 4 additions and 3 deletions
7
TODO.md
7
TODO.md
|
|
@ -27,13 +27,14 @@
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
- [ ] Authentication System
|
- [x] Authentication System
|
||||||
- [ ] User login/logout
|
- [x] User login
|
||||||
|
- [ ] User logout
|
||||||
- [ ] Role-based access (admin, staff)
|
- [ ] Role-based access (admin, staff)
|
||||||
- [ ] Password hashing
|
- [ ] Password hashing
|
||||||
- [ ] CSRF Protection
|
- [ ] CSRF Protection
|
||||||
- [ ] Input Sanitization
|
- [ ] Input Sanitization
|
||||||
- [ ] Session Management
|
- [x] Session Management
|
||||||
|
|
||||||
## UI/UX Improvements
|
## UI/UX Improvements
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue