Add new Radix UI components and associated dependencies in package-lock.json
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
- Managed Trust Vault (Provider entschlüsselt temporär im RAM)
|
||||
- Event-zu-Discord-Mapping (Grundstruktur)
|
||||
|
||||
### Cryptography & Security
|
||||
- ✅ **Player Roster & Ban List (Zero Trust)**
|
||||
- ✅ Blind Index Generation in Worker & Dashboard
|
||||
- ✅ Encrypted storage of player/ban details
|
||||
- ✅ Searchable via Blind Index (HMAC)
|
||||
- ✅ Decryption on-the-fly in Dashboard
|
||||
|
||||
### Cryptography & Security
|
||||
- ✅ **Crypto Package** (`internal/crypto/crypto.go`)
|
||||
- AES-256-GCM Encryption/Decryption
|
||||
@@ -64,6 +71,12 @@
|
||||
- Telemetrie-Dashboard (FPS, Player Count, Latency)
|
||||
- DSGVO 1-Click Export
|
||||
|
||||
- ✅ **Zero Trust Player/Ban Management** (`web/dashboard/src/components/Players.tsx`)
|
||||
- Client-seitige Verschlüsselung von Bann-Gründen
|
||||
- Client-seitige Blind-Index Generierung
|
||||
- On-the-fly Entschlüsselung der Player-Liste
|
||||
- Sicherer Kick/Ban Flow ohne Key-Exposition
|
||||
|
||||
- ✅ **WebAuthn Login** (`web/dashboard/src/components/Login.tsx`)
|
||||
- Passwortloser Hardware-Login (FaceID, YubiKey, Windows Hello)
|
||||
- Browser-Kompatibilitätsprüfung
|
||||
|
||||
Reference in New Issue
Block a user