Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created October 14, 2018 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcnzer/4a5af88b8f936a85241d471910bf94a2 to your computer and use it in GitHub Desktop.
Save bcnzer/4a5af88b8f936a85241d471910bf94a2 to your computer and use it in GitHub Desktop.
Sample authorization data from Auth0. This was stored in the user's app_metadata
{
"EventPermissions": [
{
"EventId": 6002,
"Role": "Admin",
"AllowedPermissions": [
"All"
]
},
{
"EventId": 15017,
"Role": "Admin",
"AllowedPermissions": [
"All"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment