Authentication & Account Access
ClearPath uses Supabase Auth for sign-in. Passwords are hashed with bcrypt-class algorithms server-side; the cleartext value never reaches the application database. Session tokens are short-lived JWTs delivered as HttpOnly cookies, refreshed on activity, and revoked on sign-out across the active browser. Email confirmation is required on signup, and password resets land at a single-use link that expires.
Accounts can be deleted by writing to support@clearpathhours.com. Deletion removes the auth record and the associated workspace rows; backups age out on the standard cloud-vendor schedule.