Security isn't a premium feature.
Some auth vendors gate MFA, audit logs, or SSO behind enterprise plans. We don't. Why Authaz charges on volume — and only passes through the costs we actually owe upstream.
Engineering notes, product thinking, and practical guides from the team building Authaz. Focused on what ships, scales, and stays secure.

Every backend ships Bearer tokens and API keys for machine-to-machine auth. Far fewer ship mTLS. What it actually adds, when it earns its weight, and what Authaz issues — RFC 8705 certificate-bound access tokens, mTLS-bound admin API keys, and a workload CA per tenant.

Some auth vendors gate MFA, audit logs, or SSO behind enterprise plans. We don't. Why Authaz charges on volume — and only passes through the costs we actually owe upstream.

Most engineers ship signed JWTs and call it auth. Sometimes the right answer is JWE — encrypted, not just signed. Here's the difference, when each one matters, and what Authaz uses by default.

How authaz.yaml + authaz apply replace dashboard clicking with version-controlled config — same shape as Kubernetes manifests, ETag-guarded so two engineers can't trample each other.