towncrier

(cherry picked from commit b872b46097)
This commit is contained in:
Florent Daigniere
2021-03-09 20:13:31 +01:00
committed by Mergify
parent 0ada606967
commit d015196bee

View File

@@ -0,0 +1 @@
Switch from client side sessions (cookies) to server-side sessions (Redis). This simplies the security model a lot and allows for an easier recovery should a cookie ever land in the hands of an attacker.