mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
7445cf7055
- Automatically hash plain text API tokens (SHA3-256) and passwords (bcrypt) when loaded from env vars - Remove unnecessary PULSE_SETUP_TOKEN feature in favor of simpler env var approach - Remove HandleInitialSetup endpoint - not needed with env var configuration - Update authentication to always use hashed comparisons (no plain text warnings) - Update documentation to clearly explain auto-hashing capability - Maintain backward compatibility with pre-hashed credentials This makes Pulse secure by default while keeping deployment simple - users can provide plain text credentials via environment variables and Pulse automatically hashes them for security.