Skip to content

Instantly share code, notes, and snippets.

@francium-lupe
Created January 17, 2024 22:38
Show Gist options
  • Save francium-lupe/df419ffe371c3f5f38fa0b758cee4811 to your computer and use it in GitHub Desktop.
Save francium-lupe/df419ffe371c3f5f38fa0b758cee4811 to your computer and use it in GitHub Desktop.
(ReBAC) in Node.js 14
authorized = await oso.authorize(
{ type: 'User', id: 'Bill' },
'edit',
{ type: 'Issue', id: 'tps-reports-99' }
);
console.log(authorized); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment