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.
sourceraw docstring

decode-issuerclj

(decode-issuer token)
source

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.
sourceraw docstring

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

× close