Skip to content

Instantly share code, notes, and snippets.

@caioaao
Last active May 15, 2018 19:37
Show Gist options
  • Save caioaao/928d449724d9a60336c10834c364f454 to your computer and use it in GitHub Desktop.
Save caioaao/928d449724d9a60336c10834c364f454 to your computer and use it in GitHub Desktop.
(defn handle-user-registration! [user-data as-of]
(-> user-data
(with-creation-date as-of)
with-password-hash
db/save-user!))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment