[BUG] Use secure cookie #537

Closed
opened 2026-02-19 23:10:31 -05:00 by deekerman · 1 comment
Owner

Originally created by @bt90 on GitHub (Dec 30, 2022).

If the login is done over a secure HTTPS connection, the login cookie should have the Secure attribute set.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies

Originally created by @bt90 on GitHub (Dec 30, 2022). If the login is done over a secure HTTPS connection, the login cookie should have the `Secure` attribute set. https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies
Author
Owner

@bt90 commented on GitHub (Dec 30, 2022):

We should also specify SameSite=Strict

@bt90 commented on GitHub (Dec 30, 2022): We should also specify `SameSite=Strict`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/immich#537
No description provided.