Liking cljdoc? Tell your friends :D

clj-pkg.jwt


algorithmsclj

source

base64->strclj

(base64->str str-to-decode)
source

base64-encodeclj

(base64-encode bytes)
source

hs256clj

(hs256 data key)

Function to sign data with HmacSHA256 algorithm.

Function to sign data with HmacSHA256 algorithm.
sourceraw docstring

JsonWebTokencljprotocol

Protocol for JsonWebToken

Protocol for JsonWebToken

signclj

(sign this key)

Sign, and return complete token

Sign, and return complete token

verifyclj

(verify this key)

Verify token

Verify token
sourceraw docstring

jwtclj

(jwt signing-method claims)
source

JWTclj

source

signing-methodsclj

source

str->base64clj

(str->base64 str-to-encode)
source

str->jwtclj

(str->jwt str)
source

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

× close