🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java Go

Description

OpenFGA is an open-source authorization solution that allows developers to build granular access control using an easy-to-read modeling language and friendly APIs.

Examples

var openfga = new OpenFGAContainer("openfga/openfga:v1.4.3");
openfga.start();
openfgaContainer, err := openfga.RunContainer(ctx, testcontainers.WithImage("openfga/openfga:v1.5.0"))