Skip to content

Installation access tokens #24453

Discussion options

You must be logged in to vote

Realized my mistake, here is the JS script 

let iat = Math.round(Date.now() / 1000)
let exp = iat + (9 * 60)
let s = iat + " : " + exp
alert (s)

Take these numbers and paste it in jwt.io 

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants