Last active
September 10, 2022 15:18
-
-
Save vikramacharya/14dfc6ef84734c0e4a5fa3c8e04e15f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const created = Math.floor(new Date().getTime() / 1000).toString(); | |
const expires = (parseInt(created) + (1 * 60 * 60)).toString(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment