STORAGE_KEYS.cookieSecret deprecated

7571552fefd62d752920eab3ce4a7821bd782472

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -0Showing whitespace changes
src/users.js+3 -0
@@ -36,6 +36,9 @@ const COOKIE_SECRET_PATH = 'cookie-secret.txt';
3636
3737const STORAGE_KEYS = {
3838 csrfSecret: 'csrfSecret',
39+ /**
40+ * @deprecated Read from COOKIE_SECRET_PATH in DATA_ROOT instead.
41+ */
3942 cookieSecret: 'cookieSecret',
4043};
4144