Liking cljdoc? Tell your friends :D

xiana.jwt


init-from-base64clj

(init-from-base64 config)
source

init-from-fileclj

(init-from-file config)
source

signcljmultimethod

Tries to sign a token given the algorithm and private-key provided in the configuration. Returns the signed token.

Tries to sign a token given the algorithm and private-key
provided in the configuration. Returns the signed token.
sourceraw docstring

verify-jwtcljmultimethod

Checks if the signature of a token is correct given the algorithm and public-key provided in the configuration. Returns the payload in case of success and an ExceptionInfo in case it fails.

Checks if the signature of a token is correct given the algorithm and public-key
provided in the configuration. Returns the payload in case of success
and an ExceptionInfo in case it fails.
sourceraw docstring

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

× close