feat: session encryption

-- Allows user-customization of encryption
This commit is contained in:
2024-10-04 11:08:48 -04:00
parent 1fda3b719a
commit c0775afb63
5 changed files with 73 additions and 25 deletions
+6 -1
View File
@@ -27,7 +27,12 @@ end
-- If USERCONFIG is true, merge userconfig into opts
if USERCONFIG then
merge_into_opts("user")
for k, v in pairs(require("user")) do
opts[k] = v
end
else
MYKEY = nil
MYPUBKEY = nil
end
-- Return config options table