Skip to content

Commit

Permalink
wip: testing isTooEarly
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricedesre committed Aug 25, 2022
1 parent 674d8d1 commit 50b614e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ucan-key-support/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

let decodedUcan = Ucan.fromToken(encoded);
log(`Decoded ucan validity: ${await decodedUcan.validate()}`);
log(`Too early? ${decodedUcan.isTooEarly()}`);
}

document.addEventListener("DOMContentLoaded", async () => {
Expand Down

0 comments on commit 50b614e

Please sign in to comment.