feat: implement "Remember Me" functionality with AES-256 encryption for secure credential storage

This commit is contained in:
2026-02-14 18:31:14 +07:00
parent ea5fc0a617
commit 057c7885cf
7 changed files with 859 additions and 8 deletions

View File

@@ -23,6 +23,7 @@
"antd": "^5.4.0",
"chart.js": "^4.5.1",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.19",
"moment": "^2.30.1",
"mqtt": "^5.15.0",
@@ -35,6 +36,7 @@
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^10.0.0",