Liking cljdoc? Tell your friends :D

clj-jwt.core


JsonWebSignaturecljprotocol

Protocol for JonWebSignature

Protocol for JonWebSignature

set-algclj

(set-alg this alg)

Set algorithm name to JWS Header Parameter

Set algorithm name to JWS Header Parameter

signclj

(sign this key)
(sign this alg key)

Set signature to this token

Set signature to this token

verifyclj

(verify this)
(verify this key)
(verify this algorithm key)

Verify this token

Verify this token
raw docstring

JsonWebTokencljprotocol

Protocol for JsonWebToken

Protocol for JsonWebToken

encoded-claimsclj

(encoded-claims this)

Get url-safe base64 encoded claims json

Get url-safe base64 encoded claims json

encoded-headerclj

(encoded-header this)

Get url-safe base64 encoded header json

Get url-safe base64 encoded header json

initclj

(init this claims)

Initialize token

Initialize token

to-strclj

(to-str this)

Generate JsonWebToken as string

Generate JsonWebToken as string
raw docstring

jwtclj

(jwt claim)

str->jwtclj

(str->jwt jwt-string)

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

× close