mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-12 05:45:27 +00:00
- Remove token logging - tokens were being logged in plaintext - Add client IP logging for security auditing - Add HTTPS warning when tokens sent over HTTP - Remove debug output that exposed tokens in console - Add optional auth requirement via REQUIRE_AUTH_FOR_AUTO_REGISTER env var - Prevent token exposure in error messages - Already has duplicate node prevention Security improvements: - Tokens no longer logged anywhere - Source IPs tracked for audit trail - Optional authentication for high-security environments - HTTPS enforcement warnings |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| settings.go | ||
| updates.go | ||