variable DEFAULT_RATE_LIMIT_EXCLUDED_PATHS
Since 0.5.0

The operational paths RateLimitOptions.exclude exempts by default: the framework's health, metrics and OpenAPI routes plus the interactive docs. The same six tenantMiddleware exempts, deliberately — one list to remember rather than two.

Type

readonly PathPattern[]

Usage

import { DEFAULT_RATE_LIMIT_EXCLUDED_PATHS } from "auth-plugin/src/index.ts";