mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* added auto https detection * not catch all * improved cookie logic * fixed bugs * Update packages/stack/src/lib/cookie.ts Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com> * Update packages/stack/src/lib/cookie.ts Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com> * improve logic flow --------- Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export const cookies = undefined;
|
|
export const headers = undefined;
|
|
export const isReactServer = false;
|