aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/routes/(main)/+layout.server.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: Fully functioning i18nivarlovlie2022-10-031-2/+13
|
* feat: Revert to using built-in fetch since we are not required to use https ↵ivarlovlie2022-10-011-26/+11
| | | | | | | after all Not needing https is due to the change of api url in dev from 127.0.0.1 to localhost. Which previously gave us an incompatible cookie that would not be set on clients, since it came from an unsecure context (non-https api).
* feat: !WIP Use https when consuming dev apiivarlovlie2022-10-011-11/+24
| | | | | This is needed for go_session to be set, afaik. And it requires us to ignore self-signed check on undici when in development.
* feat: Show an 503 message if GET /valid-session failsivarlovlie2022-09-291-2/+8
|
* refactor: Check session and redirect server sideivarlovlie2022-09-291-13/+19
|
* feat: Move frontend into layout group (main)ivarlovlie2022-09-271-0/+13
This enables /book to load without the usual layout (app layout)