-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Using insecure cookies is insecure, part of defense in depth.
abacus/backend/src/api/middleware/authentication/mod.rs
Lines 25 to 26 in 8746f80
| /// Only send cookies over a secure (https) connection | |
| pub const SECURE_COOKIES: bool = false; |
Requires TLS.
Note: clicked the wrong template, but adding TLS might be an Epic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Options