Back

unsign (clj)

(source)

function

(unsign data key & [{:keys [alg compress max-age], :or {alg :hs256, compress true}}])
Given a signed message, verify it and return the decoded data.

Examples