Skip to content

Instantly share code, notes, and snippets.

@justindra
Created January 20, 2021 03:47
Show Gist options
  • Save justindra/d2517495ecaf988acffd2cd1a0256373 to your computer and use it in GitHub Desktop.
Save justindra/d2517495ecaf988acffd2cd1a0256373 to your computer and use it in GitHub Desktop.
Auth0-Authorizer
{
policyDocument: REPLACE_WITH_DENY_POLICY_DOCUMENT,
context: {
errorMessage: 'Provided token is expired or not enough permissions'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment