Tyler Witlin
Tyler Witlin
Presently, the system utilizes an unencrypted plain text file for user management, exposing us to potential security risks. To fortify our security standards, I suggest the implementation of advanced password...
## Summary This PR introduces the database foundation for user enable/disable functionality by adding a `login_enabled` boolean field to the users table. This is the first in a series of...
## Summary This PR replaces the JWT blacklist mechanism with real-time validation of the user's `login_enabled` status. ## Changes - **Removed JWT Blacklist**: - Removed the in-memory JWT blacklist that...