Liking cljdoc? Tell your friends :D

oc.lib.schema

Prismatic schema common data schema fragments.

Prismatic schema common data schema fragments.
raw docstring

Authorclj


author-for-userclj

(author-for-user user)

Extract the author from the JWToken claims.

Extract the author from the JWToken claims.
raw docstring

Connclj


conn?clj

(conn? conn)

Check if a var is a valid RethinkDB connection map/atom.

Check if a var is a valid RethinkDB connection map/atom.
raw docstring

EmailAddressclj


EmailDomainclj


google-usersclj

:google-users map with entries for each Google account.

`:google-users` map with entries for each Google account.
raw docstring

ISO8601clj


NonBlankStrclj


slack-usersclj

:slack-users map with entries for each Slack team, keyed by Slack team ID, e.g. :T1N0ASD

`:slack-users` map with entries for each Slack team, keyed by Slack team ID, e.g. `:T1N0ASD`
raw docstring

SlackChannelclj


SlackThreadclj


unique-id?clj

(unique-id? s)

Is this a 12 character string fragment from a UUID e.g. 51ab-4c86-a474

Is this a 12 character string fragment from a UUID e.g. 51ab-4c86-a474
raw docstring

UniqueIDclj


Userclj

The portion of JWT properties that we care about for authorship attribution

The portion of JWT properties that we care about for authorship attribution
raw docstring

uuid-string?clj

(uuid-string? s)

Is this string a UUID e.g. ce257963-843b-4dbb-91d3-a96ef6479b81

Is this string a UUID e.g. ce257963-843b-4dbb-91d3-a96ef6479b81
raw docstring

UUIDStrclj


valid-email-address?clj

(valid-email-address? email-address)

Return true if this is a valid email address according to the regex, otherwise false.

Return true if this is a valid email address according to the regex, otherwise false.
raw docstring

valid-email-domain?clj

(valid-email-domain? email-domain)

Return true if this is a valid email domain according to the regex, otherwise false.

Return true if this is a valid email domain according to the regex, otherwise false.
raw docstring

valid-password?clj

(valid-password? password)

Return true if the password is valid, false if not.

Return true if the password is valid, false if not.
raw docstring

valid?clj

(valid? data-schema value)

Wrap Prismatic Schema's exception throwing validation, returning true or false instead.

Wrap Prismatic Schema's exception throwing validation, returning true or false instead.
raw docstring

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

× close