miniflux-v2/internal/http
Kioubit 7d6a4243c1 Make cookie duration dependent on configuration
This ensures that session cookies are not expiring before the session is cleaned up from the database as per CLEANUP_REMOVE_SESSIONS_DAYS.
As of now the usefulness of this configuration option is diminished as extending it has no effect on the actual browser session due to the cookie expiry.
Fixes: #2214
2024-05-01 19:34:13 -07:00
..
cookie Make cookie duration dependent on configuration 2024-05-01 19:34:13 -07:00
request Minor idiomatic pass on internal/http/request/context.go 2024-03-19 20:21:23 -07:00
response http/response: add brotli compression support 2024-04-19 12:16:49 -07:00
route Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
server Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00