Webui: use node-forge for hashing

apparently crypto works only on ssl websites
This commit is contained in:
2025-04-26 14:09:05 +02:00
parent 0a8985c93f
commit 8d3244fe64
3 changed files with 45 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"jwt-decode": "^4.0.0",
"node-forge": "^1.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.5.2",
@@ -25,6 +26,7 @@
"@parcel/validator-typescript": "^2.14.4",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node-forge": "^1.3.11",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.28.0",