stack/packages/template/src/lib/stack-app
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 Api Keys (#590) 2025-04-04 13:03:10 -07:00
apps fix host cookie deleting (#1011) 2025-11-12 14:37:05 -08:00
connected-accounts Add THIS_LINE_PLATFORM macro (#537) 2025-03-13 02:35:17 +01:00
contact-channels Improve user profile page (#712) 2025-07-02 02:59:12 +02:00
customers dashboard payment customers, grant product routes and sdk (#939) 2025-10-10 14:20:40 -07:00
data-vault Data vaults (#871) 2025-08-30 23:42:56 -07:00
email Email Drafts (#849) 2025-09-10 22:57:18 +00:00
email-templates Split stack-app.ts file into multiple files (#492) 2025-03-02 21:20:42 -08:00
internal-api-keys Fix package build with explicit index.js imports (#677) 2025-05-15 23:55:59 +02:00
notification-categories Send email route and notification settings page (#717) 2025-07-01 19:17:53 -07:00
permissions Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
project-configs resend api key config (#851) 2025-09-11 14:58:10 -07:00
projects Apps backend changes 2025-10-03 23:50:07 -07:00
teams Improved anonymous users (#857) 2025-08-24 11:36:01 -07:00
users Add signOut, getAuthJson, and getAuthHeaders to Stack<Xyz>App (#989) 2025-11-06 11:41:53 -08:00
common.ts Add signOut, getAuthJson, and getAuthHeaders to Stack<Xyz>App (#989) 2025-11-06 11:41:53 -08:00
index.ts Convex implementation (#913) 2025-09-24 19:16:45 +00:00