Skip to content

Instantly share code, notes, and snippets.

@goatandsheep
Created November 30, 2018 17:20
Show Gist options
  • Save goatandsheep/5c9393aa6ac87e1fb2733cb4b20c07ff to your computer and use it in GitHub Desktop.
Save goatandsheep/5c9393aa6ac87e1fb2733cb4b20c07ff to your computer and use it in GitHub Desktop.
#if(${context.identity.username} != ${context.args.parentId})
$utils.unauthorized()
#else
## any operation here
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment