Identity entity, can be a human identity, or non-human identity
Identity entity, can be a human identity, or non-human identity
(create! db {:keys [id type claims]})(create-user! db {:keys [email password claims]})(delete! db id)(find-one db {:keys [id]})(list-all db)(reset-password-with-nonce! db {:keys [nonce password]})(update! db {:keys [id type claims]})(validate-login db {:keys [identifier password] :as opts})Return identity id if password matches, nil otherwise
Return identity id if password matches, nil otherwise
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |