0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-28 15:41:25 -05:00

Increase the auth token timeout

This commit is contained in:
Andrey Antukh 2022-09-28 15:33:07 +02:00
parent 14788846a5
commit c2fec03fc7

View file

@ -469,7 +469,7 @@
{:iss :oauth
:invitation-token (:invitation-token params)
:props props
:exp (dt/in-future "15m")})
:exp (dt/in-future "4h")})
uri (build-auth-uri cfg state)]
(yrs/response 200 {:redirect-uri uri})))