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
+3
View File
@@ -32,6 +32,9 @@ USERCONFIG = pcall(require, "user")
-- Load plugins
require("plugs")
-- Encrypt Sessions
require("encryption")
--------- Update Plugins ----------
---Running this may cause slowdowns
-----------------------------------