OptionalhostBind address.
OptionaljwksURL of a remote JWKS endpoint for RS256/ES256 JWT verification.
Use this for production deployments with an external identity provider.
Takes precedence over jwtSecret when both are set.
OptionaljwtShared secret for HS256 JWT verification.
Use this for simple or development deployments.
Mutually exclusive with jwksUri (jwksUri takes precedence).
OptionallogFastify log level.
OptionalportTCP port to listen on.
OptionalrateMaximum number of requests per IP per window.
OptionalrateRate-limit window duration in milliseconds.
Configuration options for the HTTP Gateway. All fields are optional; sensible defaults are provided.