unrhodecode/rhodecode/apps/home
russell@unturf.com 4f73837822 Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory
Replace server-side session backends (redis, file, database, memcached)
with client-side signed cookie sessions. Users will need to
re-authenticate after deploy.

- Rewrite rc_beaker.py to use pyramid.session.SignedCookieSessionFactory
- Gut user_sessions.py to cookie-only stub
- Drop beaker.container from memory_lru_dict.py (pure repoze.lru)
- Migrate ini configs from beaker.session.* to session.* namespace
- Remove beaker==1.13.0 from requirements.txt
- Remove beaker.backends entry points from pyproject.toml
- Preserve backward-compat fallbacks for encryption key resolution
2026-02-19 15:26:24 -05:00
..
tests Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory 2026-02-19 15:26:24 -05:00
__init__.py core: run ruff format 2025-01-13 17:47:37 +01:00
views.py New implementations and updates for security scan 2026-01-16 16:53:31 +01:00