Description
Permify is an open-source authorization service for creating fine-grained and scalable authorization systems.Examples
Dependency:
go get -u github.com/theoriginalstove/testcontainers-permify
Usage:
container, err := permifytest.Run(ctx)
if err != nil {
return err
}