Updated server configuration (include/server_config.h)
The simplified authentication system is more intuitive and easier to configure while maintaining all necessary security features.
This enhancement has been implemented. Authentication parameters have been simplified by removing redundant flags and streamlining the configuration.
Key changes:
- Consolidated authentication configuration options
- Removed deprecated and redundant command-line flags
- Updated configuration documentation
- Enhanced auth middleware (src/auth_middleware.cpp)
- Updated server configuration (include/server_config.h)
The simplified authentication system is more intuitive and easier to configure while maintaining all necessary security features.
This enhancement has been implemented. Authentication parameters have been simplified by removing redundant flags and streamlining the configuration.
Key changes:
The simplified authentication system is more intuitive and easier to configure while maintaining all necessary security features.