Alpha. Configuration for withClaims.
The composable middleware surface tracks @supabase/middleware 0.x — entry shapes, context keys, and config options may change between 0.x releases.
JWKS source used to verify tokens: an inline key set or a remote JWKS URL. Defaults to `SUPABASE_JWKS` (inline JSON) or `SUPABASE_JWKS_URL` (https endpoint) from the environment.
Accepted `aud` claim value(s). When set, a token without `aud` is rejected, and a token whose `aud` is an array passes when any entry is accepted.
Accepted `iss` claim value(s). When set, a token without `iss` is rejected.
Supabase Auth issues `https://
How much of an error to include in a short-circuit response body.