AlphaOptional AlphajwksJWKS 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.
Optional AlphaaudienceAccepted 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.
Optional AlphaissuerAccepted iss claim value(s). When set, a token without iss is rejected.
Supabase Auth issues https://<project-ref>.supabase.co/auth/v1, which
fromSupabaseUrl(url) builds from a project URL.
Optional AlphaerrorsHow much of an error to include in a short-circuit response body.
Alpha. Configuration for withClaims.
The composable middleware surface tracks
@supabase/middleware0.x — entry shapes, context keys, and config options may change between 0.x releases.