Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created June 16, 2020 09:58
Show Gist options
  • Save developer-guy/ae3c2108d1909bea21fd185fa0742da8 to your computer and use it in GitHub Desktop.
Save developer-guy/ae3c2108d1909bea21fd185fa0742da8 to your computer and use it in GitHub Desktop.
myapi-acl.json
{
"alice": [
"read",
"write"
],
"bob": [
"read"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment