🎉 Add admin example service to default docker compose file

This commit is contained in:
Andrey Antukh 2023-01-19 23:16:46 +01:00
parent 50eee3f597
commit 8468e7af24
5 changed files with 136 additions and 89 deletions

View file

@ -11,7 +11,6 @@
[app.common.spec :as us]
[buddy.core.kdf :as bk]))
(defn derive
"Derive a key from secret-key"
[secret-key & {:keys [salt size] :or {size 32}}]