mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 17:36:12 +02:00
✨ Improve auth-data xdomain cookie
This commit is contained in:
parent
9194e257b6
commit
abff7d324d
2 changed files with 20 additions and 18 deletions
|
@ -113,8 +113,7 @@
|
|||
(s/def ::worker-default-parallelism ::us/integer)
|
||||
(s/def ::worker-webhook-parallelism ::us/integer)
|
||||
|
||||
(s/def ::authenticated-cookie-domain ::us/string)
|
||||
(s/def ::authenticated-cookie-name ::us/string)
|
||||
(s/def ::auth-data-cookie-domain ::us/string)
|
||||
(s/def ::auth-token-cookie-name ::us/string)
|
||||
(s/def ::auth-token-cookie-max-age ::dt/duration)
|
||||
|
||||
|
@ -222,7 +221,6 @@
|
|||
::audit-log-http-handler-concurrency
|
||||
::auth-token-cookie-name
|
||||
::auth-token-cookie-max-age
|
||||
::authenticated-cookie-name
|
||||
::authenticated-cookie-domain
|
||||
::database-password
|
||||
::database-uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue