Persist CSRF and cookie secrets across server launches

This commit is contained in:
Cohee
2024-04-07 16:41:23 +03:00
parent 11193896b2
commit b07aef02c7
8 changed files with 106 additions and 37 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
"exclude": [
"node_modules",
"**/node_modules/*",
"public/lib"
"public/lib",
"backups/*",
]
}