permify
permify copied to clipboard
An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application.
Support for Google Zanzibar's Zookie. To prevent casual ordering problem on relational tuples modification or content updates (New Enemy Problem), which causing false negative or false positive decision results on...
Create an syntax highlighter, debugger and validator for Perm DSL at VS Code
In memory cache support for getting access control decisions without visiting Authorization database (WriteDb). Cache responsible for storing namespace configs - Permify Schema - and relational tuples. **Note:** This issue...
Expand API is represented by a userset tree whose leaf nodes are user IDs or usersets pointing to other ⟨object#relation⟩ pairs, and intermediate nodes represent union, intersection, or exclusion operators....
Functionality for testing and validating Permify Schema model with sample relational tuples. With this feature user can create and send sample relational tuples and authorization model (Permify Schema file) to...
Validating user sets when creating relation with DLS on Permify Schema. Keyword `must` be placed to use relation lock on Permify Schema. **Example Usage** ``` entity user {} entity organization...
**Is your feature request related to a problem? Please describe.** I am developing few SaaS applications but facing challenge to implementing RBAC and ABAC in the application from scratch. Is...