Liking cljdoc? Tell your friends :D

funcade.tools


auth-headerclj

(auth-header token)
(auth-header token prefix)
source

decode-jwtclj

(decode-jwt token)
source

decode64clj

(decode64 xs)
source

fmkclj

(fmk m f)

apply f to each key k of map m

apply f to each key k of map m
sourceraw docstring

fmvclj

(fmv m f)

apply f to each value v of map m

apply f to each value v of map m
sourceraw docstring

mapperclj

source

timeboxclj

(timebox {:keys [issued issued-at iat expires expires-at exp] :as t})

some systems return issued, some issued-at, some iat, etc. some do not return expires/expires-at/exp some return ts is seconds, others in ms

timebox picks values if provided, compliments with values that are not provided and assocs issued-at and expires-at in seconds

some systems return issued, some issued-at, some iat, etc.
some do not return expires/expires-at/exp
some return ts is seconds, others in ms

timebox picks values if provided,
compliments with values that are not provided
and assocs issued-at and expires-at in seconds
sourceraw docstring

to-secondsclj

(to-seconds vs)
source

ts->secondsclj

(ts->seconds ts)
source

valueclj

(value v)
source

value?clj

(value? v)
source

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

× close