mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 10:18:25 +00:00
75f4b74b83
- 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