Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| security:authorization:openfga [2026/07/09 03:39] – [The main parts] phong2018 | security:authorization:openfga [2026/07/09 03:40] (current) – [The main parts] phong2018 |
|---|
| |
| ^ Part ^ What it is ^ | ^ Part ^ What it is ^ |
| | **[[openfga:store|Store]]** | A container holding your model and data. One project. | | | **[[security:authorization:openfga:store|Store]]** | A container holding your model and data. One project. | |
| | **[[openfga:authorization-model|Authorization model]]** | The rules. Written in a DSL. Holds the //shape//, not real users. | | | **[[security:authorization:openfga:authorization-model|Authorization model]]** | The rules. Written in a DSL. Holds the //shape//, not real users. | |
| | **[[openfga:relationship-tuples|Relationship tuples]]** | The data. Small facts as ''(user, relation, object)''. | | | **[[security:authorization:openfga:relationship-tuples|Relationship tuples]]** | The data. Small facts as ''(user, relation, object)''. | |
| | **[[openfga:check-API|Check API]]** | The question. Returns ''allowed: true'' or ''allowed: false''. | | | **[[security:authorization:openfga:check-API|Check API]]** | The question. Returns ''allowed: true'' or ''allowed: false''. | |
| |
| A tuple looks like this: | A tuple looks like this: |