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