1 Repo
Validates incoming authorization request attributes against defined structural requirements.
Distinct from Request Schema Validators: Distinct from Request Schema Validators: focuses specifically on authorization-related principal and resource attributes rather than general HTTP request parameters.
Explore 1 awesome GitHub repository matching web development · Authorization Request Validators. Refine with filters or upvote what's useful.
Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec
Enforces schema compliance on incoming authorization requests by rejecting data that fails to match structural requirements.