mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-03-25 08:17:24 +00:00
* Auth cookie support * Add config option for auth cookie support * Safe handling of TEGid/auth_id strings * Fix bad size calculation due to pointer cast * Expiration timestamp instead of valid bit * Change setting to "allowed auth methods" This allows plaintext password auth to be disabled altogether * PR feedback