mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 22:36:11 +02:00
✨ Parse bigints as integers.
This commit is contained in:
parent
af478c83cd
commit
1c098d9b04
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue