Handbook
Glossary
>urlsafe-base64-jwt ( seq -- base64 )
Vocabulary
crypto
.
jwt
Inputs
seq
an
object
Outputs
base64
an
object
Definition
USING:
base64
kernel
sequences
;
IN:
crypto.jwt
:
>urlsafe-base64-jwt
( seq -- base64 )
>urlsafe-base64
[
61
=
]
trim-tail
;