Security

Encryption.

Hashed credentials, signed sessions, and role-gated routes throughout.

01

Hashed credentials

Passwords are never stored in plain text — they're hashed before being written to the database.

02

Signed sessions

Login sessions are signed to prevent tampering, so a session can't be forged or modified client-side.

03

Encrypted in transit

All traffic between your browser and the dashboard is encrypted over HTTPS.