Liking cljdoc? Tell your friends :D

itsdangerous

Provided for backward compatibility only. Please use exoscale.itsdangerous

Provided for backward compatibility only.
Please use `exoscale.itsdangerous`
raw docstring

known-algosclj

Known algorithms

Known algorithms
sourceraw docstring

signclj

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

Deprecated - please use exoscale.itsdangerous/sign

Deprecated - please use `exoscale.itsdangerous/sign`
sourceraw docstring

unsignclj

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

Deprecated - please use exoscale.itsdangerous/verify

Deprecated - please use `exoscale.itsdangerous/verify`
sourceraw docstring

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

× close