Skip to content

Instantly share code, notes, and snippets.

@francium-lupe
Created January 17, 2024 22:23
Show Gist options
  • Save francium-lupe/aa7f9be58ae88b1f7ec091fe8900970a to your computer and use it in GitHub Desktop.
Save francium-lupe/aa7f9be58ae88b1f7ec091fe8900970a to your computer and use it in GitHub Desktop.
(ReBAC) in Node.js 9
await oso.tell(
'has_relation', // Fact type
{ type: 'Issue', id: 'tps-reports-99' }, // Resource
'creator', // Relation
{ type: 'User', id: 'Peter' } // Actor
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment