Auth and a firewall, without a separate service.

Validate JWTs against any provider, gate routes with API keys, and add a WAF-style network policy — IP rules, geo-blocking and rate limits — declaratively, on any endpoint.

JWT verification against any provider

Verify RS256/ES256/HS256 tokens against JWKS from Auth0, Clerk, AWS Cognito, Firebase or Okta — key rotation handled for you — or against static keys. One assertion, no auth microservice to build.

A network firewall on any route

Declare a network policy that runs before any action: IP allow/deny (CIDR + IPv6), proxy-aware client-IP resolution, per-IP rate limiting and GeoIP/ASN blocking — in enforce or monitor mode.

Governed, not bolted on

Because access control lives in the same config as the endpoint, it's versioned, reviewable and deployed together — not scattered across a gateway, a sidecar and a separate auth service.

Frequently asked questions