PestTrack
Job cards, locked down to the field.
The backend for pest control operations: role-scoped pricing, an append-only audit trail, strong staff authentication and least-privilege client data.
Admin MFA (TOTP)
Admin sessions must reach assurance level 2. Any job fetch made without a verified authenticator app is rejected at the gateway.
Technician passkey unlock
WebAuthn credentials are registered per device, challenge-verified server side, and grant a 12-hour field unlock.
Technician PIN
PINs are bcrypt-hashed inside the database, never readable by the app, and lock out for 15 minutes after five failures.
Vault-backed secrets
System secrets are read through an encrypted-vault helper that only backend services may execute.
Address redaction
Technicians only ever see a client's physical address for the single job that is in progress today. Everything else is redacted in transit.