11 lines
332 B
Markdown
11 lines
332 B
Markdown
|
# TODO List
|
||
|
|
||
|
### Improve Session Management
|
||
|
Current session management is basic and needs improvement:
|
||
|
- Add session expiry and renewal logic
|
||
|
- Store sessions in the database with proper cleanup
|
||
|
- Add ability to revoke sessions
|
||
|
- Consider adding "remember me" functionality
|
||
|
- Add session tracking (last used, IP, user agent, etc.)
|
||
|
|