permify icon indicating copy to clipboard operation
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.

Results 170 permify issues
Sort by recently updated
recently updated
newest added

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...

feature request

Golang client SDK for Permify server

feature request

Node.js client SDK for Permify server

feature request

Create an syntax highlighter, debugger and validator for Perm DSL at VS Code

enhancement

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...

enhancement

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....

enhancement

gRPC communication protocol option for API calls.

feature request

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...

feature request

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...

enhancement

**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...

feature request