STORAGE_KEYS.cookieSecret deprecated

This commit is contained in:
Cohee
2025-02-20 20:45:20 +02:00
parent f6fe5fea77
commit 7571552fef
+3
View File
@@ -36,6 +36,9 @@ const COOKIE_SECRET_PATH = 'cookie-secret.txt';
const STORAGE_KEYS = {
csrfSecret: 'csrfSecret',
/**
* @deprecated Read from COOKIE_SECRET_PATH in DATA_ROOT instead.
*/
cookieSecret: 'cookieSecret',
};