Liking cljdoc? Tell your friends :D

itsdangerous

ItsDangerous Signature implementation.

ItsDangerous Signature implementation.
raw docstring

+signers-map+clj

Supported algorithms.

Supported algorithms.
sourceraw docstring

signclj

(sign
  payload
  pkey
  &
  [{:keys [alg salt timestamp] :or {alg :hs1 salt "itsdangerous"} :as opts}])

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

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

unsignclj

(unsign input
        pkey
        {:keys [alg salt max-age] :or {alg :hs1 salt "itsdangerous"}})

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

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

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

× close