rDrama/files
justcool393 f19eefcfe7 security: forcibly expire old sessions
this helps to guard against a replay attack with session cookies.
we use the session for a number of things, including logged in status,
history, poorcel mode, etc. a user can be logged in indefinitely by
replaying their session cookie or doing something which resets the timer
(ex. toggling poor mode). this adds a session expiration to whatever the
SESSION_LIFETIME constant is, which shouldn't be too restrictive (login
sessions being valid for 1 year).
2022-12-14 17:59:00 -06:00
..
assets same as last bunch of commits 2022-12-14 21:54:30 +02:00
classes rename Casino_Game to CasinoGame for consistency 2022-12-14 21:30:05 +02:00
events reeee 2022-12-12 13:07:20 -08:00
helpers rename Casino_Game to CasinoGame for consistency 2022-12-14 21:30:05 +02:00
routes security: forcibly expire old sessions 2022-12-14 17:59:00 -06:00
templates Revert "try to serve turnstile script" 2022-12-14 20:18:13 +02:00
__init__.py
__main__.py [DO NOT MERGE] multiple sub banners (#59) 2022-12-11 23:44:34 +00:00
cli.py