Liking cljdoc? Tell your friends :D

com.timezynk.useful.jwt


decodeclj

(decode s)

Attempts to decode s. Swallows all exceptions, returns nil on failure.

Attempts to decode `s`. Swallows all exceptions, returns `nil` on failure.
raw docstring

not-expired?clj

(not-expired? jwt timestamp)

signed?clj

(signed? jwt)

verifyclj

(verify token)
(verify token timestamp)

token if valid, nil otherwise.

`token` if valid, `nil` otherwise.
raw docstring

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

× close