Liking cljdoc? Tell your friends :D

echo-chamber-server.verifiers.timestamp


verifierclj

(verifier)
(verifier tolerance-in-seconds)

Returns a verifier than can be applied to a request. Default tolerance is 150 seconds.

Returns a verifier than can be applied to a request. Default tolerance is 150 seconds.
raw docstring

within-tolerance?clj

(within-tolerance? request-datetime tolerance-seconds now-datetime)

Returns true if the duration between the time the request was made and now is within the provided tolerance.

Returns true if the duration between the time the request was made and now is within the provided tolerance.
raw docstring

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

× close