owltide/server
Hornwitser a33c8e9dac Use SameSite Lax for session cookie
When a user browses to a page from another site, for example via a
shared link we want the browser to send the session cookie so that
the page renders as the user and not confusingly being logged out.

This may cause CSRF vulenrabilities, later work to add CSRF tokens
should be considered.
2025-07-09 15:35:17 +02:00
..
api Implement register and login with Telegram 2025-07-09 15:34:57 +02:00
utils Use SameSite Lax for session cookie 2025-07-09 15:35:17 +02:00
database.ts Implement register and login with Telegram 2025-07-09 15:34:57 +02:00
generate-demo-schedule.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
streams.ts Separate rotation and expiry of sessions 2025-07-09 14:54:54 +02:00
tsconfig.json License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
web-push.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00