Files
Hazedd 7138143923 Patch 2 (#855)
* logout response sets proper response headers

logout response is using starlette delete cookie. In starlette the samesite and secure attributes are not in the header but are needed to set the removed cookie client side. Implementing set_cookie with an empty cookie-value and a max_age of 0 will set a new expired cookie by the client.

related issue #846

* fixed linting

Co-authored-by: Pentem <martijn.pentenga@movares.nl>
2022-01-10 09:05:36 +01:00
..
2021-12-30 15:22:07 +01:00
2021-12-30 15:22:07 +01:00
2021-12-30 15:22:07 +01:00
2022-01-10 09:05:36 +01:00