zellij/zellij-client
DawidPietrykowski f391a73731
fix(web_server): Handle extracting session_token from multiple cookies (#4271)
Replaces `headers().get("cookie)` with `headers().get_all("cookie")`
because Axum splits a single `Cookie: a; b; c` into 3 separate headers
each with a single value
2025-07-28 10:22:08 +02:00
..
assets fix(web): allow pasting with ctrl-shift-v (#4291) 2025-07-15 11:27:04 +02:00
src fix(web_server): Handle extracting session_token from multiple cookies (#4271) 2025-07-28 10:22:08 +02:00
Cargo.toml Feature: web-client/server to share your sessions in the browser (#4242) 2025-06-23 19:19:37 +02:00