session cookie store init

This commit is contained in:
mtrx 2024-12-28 01:55:22 +01:00
parent b61c62a806
commit 7ba1605456
5 changed files with 869 additions and 381 deletions

View file

@ -25,3 +25,5 @@ tera = "1.18.1"
once_cell = "1.7.2"
env_logger = "0.11.3"
actix-identity = "0.8.0"
actix-session = {version = "0.10.1", default-features = false, features = ["cookie-session"]}