From fe3c45b8bfd06870a20dce74f4f52d6dceb132cd Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Thu, 16 Apr 2026 18:25:03 +0200 Subject: [PATCH] Security & UX Update: Custom session codes, admin session take-over, secure presentation tokens, and SVG/CSS branding assets --- public/admin.html | 5 + public/index.html | 29 +++++- public/js/admin.js | 213 ++++++++++++++++++++++------------------- public/js/present.js | 12 +-- public/present.html | 8 +- server/live-session.js | 81 +++++++++++----- 6 files changed, 214 insertions(+), 134 deletions(-) diff --git a/public/admin.html b/public/admin.html index 3bc4fd5..19deaac 100644 --- a/public/admin.html +++ b/public/admin.html @@ -11,6 +11,11 @@ + diff --git a/public/index.html b/public/index.html index 517a089..91ad349 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,8 @@ Quizalarm - + @@ -13,10 +14,13 @@