Migrate web auth from localStorage token pairs to httpOnly cookie sessions (#23642)

This commit is contained in:
Félix Malfait
2026-08-03 19:54:54 +02:00
committed by GitHub
parent f8e3fd110d
commit 267ecb12db
141 changed files with 7339 additions and 1463 deletions
+2
View File
@@ -305,6 +305,7 @@ jobs:
CLICKHOUSE_URL: "http://default:clickhousePassword@localhost:8123/twenty"
CLICKHOUSE_PASSWORD: clickhousePassword
SHARD_COUNTER: 16
AUTH_COOKIE_SESSIONS_ENABLED: ${{ contains(github.event.pull_request.labels.*.name, 'ci:auth-cookie-sessions') }}
steps:
- name: Fetch custom Github Actions and base branch history
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
@@ -315,6 +316,7 @@ jobs:
- name: Update .env.test for integrations tests
run: |
echo "" >> .env.test
echo "AUTH_COOKIE_SESSIONS_ENABLED=$AUTH_COOKIE_SESSIONS_ENABLED" >> .env.test
echo "IS_BILLING_ENABLED=true" >> .env.test
echo "BILLING_STRIPE_API_KEY=test-api-key" >> .env.test
echo "BILLING_STRIPE_BASE_PLAN_PRODUCT_ID=test-base-plan-product-id" >> .env.test