Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created October 2, 2018 11:11
Show Gist options
  • Save tsh-code/320951e63ad91d3d2cc74441ceff347f to your computer and use it in GitHub Desktop.
Save tsh-code/320951e63ad91d3d2cc74441ceff347f to your computer and use it in GitHub Desktop.
function tokenExpired(token, currentDate) {
return token.expirationDate < currentDate;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment