mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 16:27:37 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| guest_metadata.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| security.go | ||
| security_setup_fix.go | ||
| settings.go | ||
| system_settings.go | ||
| updates.go | ||