mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 16:11:38 +02:00
✨ Increase the auth token timeout
This commit is contained in:
parent
14788846a5
commit
c2fec03fc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue