Skip to content

Instantly share code, notes, and snippets.

@jkras
Created May 18, 2018 04:53
Show Gist options
  • Save jkras/9778dba5cc4f1f236c980b54e6e9d1de to your computer and use it in GitHub Desktop.
Save jkras/9778dba5cc4f1f236c980b54e6e9d1de to your computer and use it in GitHub Desktop.
if (digest == signature) {
// Request is valid
} else {
// Request is invalid
console.log("Request is invalid");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment