Skip to content

Instantly share code, notes, and snippets.

@francium-lupe
Created January 17, 2024 21:00
Show Gist options
  • Save francium-lupe/2a48a83be56c8e3ebf351896213d65bf to your computer and use it in GitHub Desktop.
Save francium-lupe/2a48a83be56c8e3ebf351896213d65bf to your computer and use it in GitHub Desktop.
(ReBAC) in Node.js 6
await oso.tell(
'has_role', // Fact type
{ type: 'User', id: 'Bill' }, // Actor
'editor', // Role
{ type: 'Issue', id: 'tps-reports-99' } // Resource
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment