Skip to content

Commit

Permalink
Update README.md (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz authored Sep 24, 2024
1 parent 27d7905 commit 0b91c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stores/abac-with-rebac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If the attribute is a **category with a few values**, e.g. a boolean, a category

For example, the following model defines a policy where the user can only view a document if their email is verified, you'll add an email_verified relation to the user type:

````
```
type user
relations
define email_verified : [user]
Expand All @@ -38,7 +38,7 @@ type document

If you want to model a document status, you'll add a relation for each possible status with the document itself:

````
```
type user
type document
Expand Down

0 comments on commit 0b91c4c

Please sign in to comment.