🐛 Increase token limit

This commit is contained in:
Andrey Antukh 2024-09-10 12:37:01 +02:00
parent 452aabdec6
commit e79f9ba40f

View file

@ -30,7 +30,7 @@
(def ^:private schema:verify-token
[:map {:title "verify-token"}
[:token [:string {:max 1000}]]])
[:token [:string {:max 5000}]]])
(sv/defmethod ::verify-token
{::rpc/auth false