mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
f358ff23f7
- Remove old /api/system/api-token endpoints - Remove APIToken field from SystemSettings struct - Remove token handling from system_settings.go - Clean up config.Load() to not read token from system.json - Remove unused frontend API token functions - Remove unused APITokenManager and CurrentAPIToken components API tokens are now managed exclusively via .env file with the new /api/security/regenerate-token endpoint. This eliminates confusion between the two systems and ensures consistency.