Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:32
d46eb80

Added

  • Per-IP rate limiting on the token introspection (RFC 7662) and revocation
    (RFC 7009) endpoints.
    Both are credential-guessable; the throttle runs
    before client authentication (30/15min by IP, override with
    RATE_LIMIT_INTROSPECT_PER_IP / RATE_LIMIT_REVOKE_PER_IP). Reuses the
    standard_id engine's rate-limit store and JSON 429 handler.