From 3354d45762bbe0db33e3d26d8997e6f6624f24d7 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sun, 9 Aug 2026 02:26:33 +0100 Subject: implement sessions and also log in/out session data is stored in sqlite, not using php sessions --- Psso/Identity.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Psso/Identity.php (limited to 'Psso/Identity.php') diff --git a/Psso/Identity.php b/Psso/Identity.php new file mode 100644 index 0000000..68272d4 --- /dev/null +++ b/Psso/Identity.php @@ -0,0 +1,12 @@ +user = $user; + $this->groups = $groups; + } +} -- cgit v1.3