mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
|
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
<!-- 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 --> |
||
|---|---|---|
| .. | ||
| api-keys.test.ts | ||
| app.test.ts | ||
| auth-like.test.ts | ||
| config.test.ts | ||
| convex.test.ts | ||
| cookies.test.ts | ||
| data-vault.test.ts | ||
| email.test.ts | ||
| inheritance.test.ts | ||
| js-helpers.ts | ||
| list-users.test.ts | ||
| oauth-providers.test.ts | ||
| oauth.test.ts | ||
| payments.test.ts | ||