Parse bigints as integers.

This commit is contained in:
Andrey Antukh 2021-01-27 15:05:05 +01:00
parent af478c83cd
commit 1c098d9b04
2 changed files with 7 additions and 1 deletions

View file

@ -24,7 +24,7 @@
(defn- derive-tokens-secret
[key]
(when (= key "default")
(log/warn "Using default APP_SECRET_KEY, the system will generate insecure tokens."))
(log/warn "Using default PENPOT_SECRET_KEY, the system will generate insecure tokens."))
(let [engine (bk/engine {:key key
:salt "tokens"
:alg :hkdf