mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-12 05:45:27 +00:00
- Add interactive API token management in Settings > Security tab - Users can now generate, view, regenerate, and delete API tokens from the UI - Tokens are persisted in system.json and survive restarts - Environment variable API_TOKEN still takes precedence for backward compatibility - Proper authentication enforcement when tokens are configured - Secure token generation using crypto/rand (32 bytes, hex encoded) - Clean UI with copy-to-clipboard functionality for newly generated tokens |
||
|---|---|---|
| .. | ||
| frontend-modern | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| settings.go | ||
| system_settings.go | ||
| token_handlers.go | ||
| updates.go | ||