Liking cljdoc? Tell your friends :D

funcade.tools


auth-headerclj

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

decode-jwtclj

(decode-jwt token)

decode64clj

(decode64 xs)

fmkclj

(fmk m f)

apply f to each key k of map m

apply f to each key k of map m
raw docstring

fmvclj

(fmv m f)

apply f to each value v of map m

apply f to each value v of map m
raw docstring

mapperclj


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
raw docstring

to-secondsclj

(to-seconds vs)

ts->secondsclj

(ts->seconds ts)

valueclj

(value v)

value?clj

(value? v)

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

× close