permify

Open-source authorization service & policy engine based on Google Zanzibar

brewmacoslinux
Try with needOr install directly
Source

About

Open-source authorization service & policy engine based on Google Zanzibar

Commands

permify

Examples

Start the Permify server with default configuration$ permify serve
Check access permissions for a user on a resource$ permify check --entity-type user --entity-id user123 --permission read --resource-type document --resource-id doc456
Display version information$ permify version