Auth · Sessions · Real users
It works until real users show up. Login, roles, or “it remembers me and nobody else” is usually the first break.
We review authentication and authorization: how sessions are stored, what the client can see, OAuth callback URLs, Replit Auth vs a provider you wired, and whether permissions actually match the routes.
Agent often ships a login that works in preview with one account. Production needs env, a real redirect URI, password reset, and the difference between “logged in” and “allowed to see this row.”
Security work sits in the same review — secrets, API endpoints, and who can hit them. We don't bolt on a second auth system because the first one looks generated.
What we do
01
The live flow, the callbacks, and the env production is missing.
02
Roles, row access, and admin paths that Agent left open.
03
Written scope. Then the change. Then domain and deploy if that's still waiting.
What we skip
Related
Frequently Asked Questions
Fixed fee · 3–5 days · credited toward the finish