1 repositorio
Interfaces that decouple authorization logic from specific storage backends for rules and policies.
Distinct from Persistence Adapters: Focuses on authorization rules rather than monitoring history or generic application state.
Explore 1 awesome GitHub repository matching data & databases · Authorization Policy Adapters. Refine with filters or upvote what's useful.
Casbin is an authorization library designed to manage application access control and permissions through a configurable model-based engine. It serves as a centralized system for verifying whether a user has permission to perform specific actions on a resource. The engine supports multiple access control models, including Role-Based Access Control, Attribute-Based Access Control, and Access Control Lists. It allows for the definition of role hierarchies and the evaluation of user, resource, and environment attributes to make access decisions. The library decouples authorization logic from dat
Provides a flexible adapter system to persist authorization rules in various databases or files.