stack/apps/e2e/tests/js
BilalG1 e32038541d
Some checks failed
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Test / docker (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Runs E2E API Tests with custom port prefix / build (22.x) (push) Has been cancelled
Runs E2E API Tests with external source of truth / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (latest) (push) Has been cancelled
Dev Environment Test With Custom Base Port / restart-dev-and-test-with-custom-base-port (push) Has been cancelled
Dev Environment Test / restart-dev-and-test (push) Has been cancelled
Run setup tests / setup-tests (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
fix host cookie deleting (#1011)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Bug Fixes**
* Cookie deletion now respects the browser's secure context when domains
are specified, ensuring consistent removal across secure and non-secure
connections.
* Session refresh logic now removes redundant default cookies after
setting a custom refresh cookie, preventing duplicate cookies and
conflicts.

* **Tests**
* End-to-end tests updated to expect the default refresh cookie to be
absent and to read payloads from the custom cookie.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-11-12 14:37:05 -08:00
..
api-keys.test.ts fix tests (#922) 2025-10-03 11:10:35 -07:00
app.test.ts Cookie subdomain sharing (#971) 2025-11-05 18:12:31 -08:00
auth-like.test.ts Add signOut, getAuthJson, and getAuthHeaders to Stack<Xyz>App (#989) 2025-11-06 11:41:53 -08:00
config.test.ts Config override CRUD (#803) 2025-08-01 18:28:27 +02:00
convex.test.ts Convex implementation (#913) 2025-09-24 19:16:45 +00:00
cookies.test.ts fix host cookie deleting (#1011) 2025-11-12 14:37:05 -08:00
data-vault.test.ts Data vaults (#871) 2025-08-30 23:42:56 -07:00
email.test.ts Email Drafts (#849) 2025-09-10 22:57:18 +00:00
inheritance.test.ts StackXyzApp now takes an inheritFrom argument 2025-10-15 16:40:03 -07:00
js-helpers.ts oauth sign in scope and test (#887) 2025-09-09 19:21:28 -07:00
list-users.test.ts StackHandler is now a client component (#988) 2025-11-06 11:42:07 -08:00
oauth-providers.test.ts OAuth provider client and dashboard (#792) 2025-09-10 10:48:19 +02:00
oauth.test.ts oauth sign in scope and test (#887) 2025-09-09 19:21:28 -07:00
payments.test.ts Customizable ports (#962) 2025-10-20 15:24:47 -07:00