Liking cljdoc? Tell your friends :D

axel-f.buddy.jws


+signers-map+clj/s

Supported algorithms

Supported algorithms
sourceraw docstring

decode-headerclj/s

(decode-header input)

Given a message, decode the header. WARNING: This does not perform any signature validation.

Given a message, decode the header.
WARNING: This does not perform any signature validation.
sourceraw docstring

extractclj/s

(extract input pkey & {:keys [alg] :or {alg :hs256}})

Given a signed message, verify it and return the decoded payload.

Given a signed message, verify it and return
the decoded payload.
sourceraw docstring

signclj/s

(sign payload pkey & {:keys [alg header] :or {alg :hs256}})

Sign arbitrary length string/byte array using json web token/signature.

Sign arbitrary length string/byte array using
json web token/signature.
sourceraw docstring

verifyclj/s

(verify input pkey & {:keys [alg] :or {alg :hs256}})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close