This section helps you integrate OpenFGA with your system. To do this, you will learn how to programmatically write authorization related data to OpenFGA.
This section is useful if you have defined an authorization model and want to understand how to write authorization data to OpenFGA to represent the state of your system.
Content
Write relationship tuples to manage a user's access to an object.
Write relationship tuples to manage access to an object for all members of a group.
Write relationship tuples to manage the users that are members of a group.
Write relationship tuples to manage how two objects are related. E.g. parent folder and child document.
Write multiple relationship tuples in a single request, so all writes either succeed or fail.
An overview of how to use the Check, Read, Expand, and ListObject APIs.