Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 2.19 KB

overview.mdx

File metadata and controls

61 lines (55 loc) · 2.19 KB
id title slug sidebar_position description
overview
Interacting with the API
/interacting
0
Programmatically writing authorization related data and interact with the API

import { DocumentationNotice, IntroCard, CardGrid, ProductName, ProductNameFormat } from '@components/Docs';

This section helps you integrate with your system. To do this, you will learn how to programmatically write authorization related data to .

Content

<CardGrid bottom={[ { title: 'Manage User Access', description: "Write relationship tuples to manage a user's access to an object.", to: 'interacting/managing-user-access', }, { title: 'Manage Group Access', description: 'Write relationship tuples to manage access to an object for all members of a group.', to: 'interacting/managing-group-access', }, { title: 'Manage Group Membership', description: 'Write relationship tuples to manage the users that are members of a group.', to: 'interacting/managing-group-membership', }, { title: 'Manage Relationships Between Object', description: 'Write relationship tuples to manage how two objects are related. E.g. parent folder and child document.', to: 'interacting/managing-relationships-between-objects', }, { title: 'Transactional Writes', description: 'Write multiple relationship tuples in a single request, so all writes either succeed or fail.', to: 'interacting/transactional-writes', }, { title: 'Relationship Queries', description: 'An overview of how to use the Check, Read, Expand, and ListObject APIs.', to: 'interacting/relationship-queries', }, { title: 'Search with Permissions', description: 'Implementing search with OpenFGA.', to: 'interacting/search-with-permissions', }, ]} />