Skip to content

Instantly share code, notes, and snippets.

@IchordeDionysos
Created May 20, 2020 20:28
Show Gist options
  • Save IchordeDionysos/f0db76bdfcc4bc720d17134f7d56bd7b to your computer and use it in GitHub Desktop.
Save IchordeDionysos/f0db76bdfcc4bc720d17134f7d56bd7b to your computer and use it in GitHub Desktop.
Include function file Medium Article
function isAdmin() {
return request.auth.token.admin == true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment