Handbook
Glossary
jwt-needs-refresh? ( jwt -- ? )
Vocabulary
bluesky
Inputs
jwt
an
object
Outputs
?
an
object
Definition
USING:
assocs
calendar
crypto.jwt
kernel
math.order
;
IN:
bluesky
:
jwt-needs-refresh?
( jwt -- ? )
jwt>
drop
nip
"exp"
of
unix-time>timestamp
1
minutes
hence
before?
;