Sensitive document safeguards
Designed around private paperwork and accountable handling.
Government forms often include identity, address, travel, and financial details. FormAutoUS.com keeps the workflow narrow, encrypted in transit, and deletion-aware.
Encryption in transit
TLS via Cloudflare and HTTPS on formautous.com.
Auditability
Admin status changes, template uploads, JSON edits, and deletions are logged.
Deletion controls
Self-service user deletion and admin deletion are both implemented.
HTTPS and secure sessions
All public pages run through HTTPS. Sessions use HttpOnly cookies and SameSite controls, and sensitive dashboard actions use CSRF protection.
Restricted uploads
Uploads are limited to PNG, JPG, and PDF files under 10MB each. Server-side MIME validation checks the actual file type before storage.
Access boundaries
User dashboards require a long random token tied to the browser session. Admin operations require password authentication and are recorded in the audit log.
Data control
Users can delete their own application from the dashboard. Admins can delete records and associated uploaded/generated files from the back office.
Operational retention
A scheduled cleanup job removes aged uploads, generated packages, and abandoned sessions according to retention settings.
AI processing transparency
Uploaded materials and confirmed details may be sent to configured AI providers only to perform OCR, document review, policy lookup, and data formatting.