Commit Graph

7 Commits

Author SHA1 Message Date
Konsti Wohlwend
057dac1a66
Next.js 15 support (#315)
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Updates `examples/demo` to Next.js 15 and adds Next.js 15 support to `packages/stack`.

The other packages and apps are still running on Next.js 14 to ensure compatibility.
2024-11-08 03:12:31 +01:00
Zai Shi
7e622e7d9e
Auto detect https for cookies (#296)
* 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>
2024-10-10 06:35:59 +02:00
Stan Wohlwend
d94377d258 Organize imports on save 2024-07-14 10:34:29 -07:00
Stan Wohlwend
fd5af14faa redirectToX works in server components 2024-05-21 16:35:31 +02:00
Stan Wohlwend
89fc11d3a2 Disable fetch caching for client requests 2024-05-09 11:21:14 +02:00
Stan Wohlwend
74f3fe2e49
Middleware support (#29) 2024-05-05 17:33:36 +02:00
Zai Shi
78aedf8ad8 added stack-sc 2024-03-05 09:25:29 +08:00