Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.32 KB

File metadata and controls

47 lines (41 loc) · 1.32 KB
id title slug sidebar_position
overview
Building Blocks
/modeling/building-blocks
0

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

This section has guides that on the building blocks of authorization model.

<IntroCard title="When to use" description="The content in this section is useful:" listItems={[ If you are starting with {ProductName} and want to learn the building blocks that can be used to build any model., ]} />

Content

<CardGrid middle={[ { title: 'Direct Relationships', description: 'Learn to model relationships that may or may not be assigned directly to individual users.', to: 'building-blocks/direct-relationships', }, { title: 'Concentric Relationships', description: 'Learn to model nested relationships in your application.', to: 'building-blocks/concentric-relationships', }, { title: 'Object to Object Relationships', description: 'Learn to model your application with objects that are not specifically tied to a user.', to: 'building-blocks/object-to-object-relationships', }, { title: 'Usersets', description: 'Learn to model your application by assigning relationships to groups of users.', to: 'building-blocks/usersets', }, ]} />