mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 15:38:38 +00:00
✨ Increase the auth token timeout
This commit is contained in:
parent
14788846a5
commit
c2fec03fc7
@ -469,7 +469,7 @@
|
|||||||
{:iss :oauth
|
{:iss :oauth
|
||||||
:invitation-token (:invitation-token params)
|
:invitation-token (:invitation-token params)
|
||||||
:props props
|
:props props
|
||||||
:exp (dt/in-future "15m")})
|
:exp (dt/in-future "4h")})
|
||||||
uri (build-auth-uri cfg state)]
|
uri (build-auth-uri cfg state)]
|
||||||
(yrs/response 200 {:redirect-uri uri})))
|
(yrs/response 200 {:redirect-uri uri})))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user