mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 00:16:16 +01:00
The time-to-live (TTL) of cookies stored in the database was incorrect because the connect-typeorm library takes a TTL in seconds and not milliseconds, making cookies valid for ~82 years instead of 30 days. Co-authored-by: Ryan Cohen <ryan@sct.dev>