Security
Last updated: June 1, 2026
Security is built into how RentHuman handles authentication, authorization, and payments. This page summarizes the safeguards in place.
Authentication and Sessions
Sessions are issued as signed, httpOnly cookies and validated on the server for every request to a protected route. Access control is never based on values stored in the browser alone.
Authorization
Role-based access control is enforced server-side. Sensitive areas such as the administrator console are restricted to accounts with the appropriate role, verified on each request.
Payments
Task funds are held in escrow and released only on completion, reducing risk for both clients and agents.
Reporting a Vulnerability
If you believe you have found a security issue, please contact us through our contact page. We appreciate responsible disclosure and will respond promptly.