benchmarks for the hot path Twenty-nine of them, over what every request of every service actually touches: working-token validation, grant parsing and matching, the chi and net/http middleware, and the same-origin guard. They exist to be uploaded. This library had no CI and no benchmarks at all while seven services pin it, so nothing measured a regression here.
csrf: the shared same-origin guard Five services carried their own copy of the Origin/Referer check and the copies had drifted, not only in wording: tokens, cover and bench apply it as router-wide middleware, while dolt and specs call a predicate from individual handlers, so a form added to either of those goes out unguarded. Require is therefore the API this package leads with, and SameOrigin is the escape hatch for a service migrating one route at a time.