Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.58 KB

overview.mdx

File metadata and controls

57 lines (49 loc) · 1.58 KB
id title slug sidebar_position description
overview
Advanced Use-Cases
/modeling/advanced
0
Advanced use cases and patterns for authorization modeling

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

This section will present advanced use cases and patterns for authorization modeling with .

Use-cases

<CardGrid middle={[ { title: 'Google Drive', description: 'How to create an authorization model for your system starting from the requirements.', to: 'advanced/gdrive', }, { title: 'GitHub', description: 'How to create an authorization model for your system starting from the requirements.', to: 'advanced/github', }, { title: 'IoT', description: 'How to create an authorization model for your system starting from the requirements.', to: 'advanced/iot', }, { title: 'Slack', description: 'How to create an authorization model for your system starting from the requirements.', to: 'advanced/slack', }, ]} />

Patterns

<CardGrid middle={[ { title: 'Entitlements', description: 'How to create an authorization model for your system starting from the requirements.', to: 'advanced/entitlements', }, ]} />