Skip to content

Instantly share code, notes, and snippets.

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