src/packages/user-editor.lisp

DOWNLOAD
(defpackage murja.routes.user-editor
  (:use :cl)
  (:import-from :murja.json :bind-json)
  (:import-from :cl-hash-util :with-keys :hash)
  (:import-from :lisp-fixup :sha-512)
  (:import-from :murja.middleware.db :@transaction)
  (:import-from :murja.middleware.auth :*user*)
  (:import-from :murja.media.media-db :insert-media)
  (:import-from :com.inuoe.jzon :stringify :parse)
  (:import-from :easy-routes :defroute)

  (:local-nicknames (:login :murja.routes.login-routes)
		    (:users :murja.model.user)))