Liking cljdoc? Tell your friends :D

ring.middleware.token


decodecljmultimethod

Decodes and verifies the signature of the given JWT token. The decoded claims from the token are returned.

Decodes and verifies the signature of the given JWT token. The decoded claims from the token are returned.
raw docstring

decode-issuerclj

(decode-issuer token)

keywordize-non-namespaced-claimsclj

(keywordize-non-namespaced-claims m)

Walks through the claims keywordizing them unless the key is namespaced. This is detected by virtue of checking for the presence of a '/' in the key name.

Walks through the claims keywordizing them unless the key is namespaced. This is detected
by virtue of checking for the presence of a '/' in the key name.
raw docstring

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

× close