mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-29 23:30:11 +00:00
![]() adds a new endpoint that is useful when dealing with HttpOnly cookies that cannot be removed by client-side javascript (and by extension wasm) code. the logout handle simply removes the cookie that is used for storing the current ticket. this works the same way as it does in the front-end: by setting an expired cookie with the same name. as cookies are now prefixed with `__Host-` by default, the cookie here also needs to be `Secure` and have the same `Path` to not be rejected by the browser before it can remove the old cookie. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
examples | ||
src | ||
Cargo.toml |