Merge remote-tracking branch 'origin/main' into user-management

This commit is contained in:
Tzvetan Trave
2025-10-22 19:47:07 +02:00

View File

@ -11,6 +11,7 @@ Press F to pay respect
│ └── volumes.yml # Docker volume definitions
├── src/ # Application source code
│ ├── api/ # Backend logic (auth, user management)
│ ├── contract/ # Smart contract files
│ ├── front/ # Frontend files
│ └── utils/ # Utility modules (auth, TOTP, etc.)
├── flake.nix & flake.lock # Nix flake configuration
@ -39,7 +40,7 @@ Press F to pay respect
- [ ] User and game stats dashboards - Minor
- **Cybersecurity**
- [ ] ~~WAF/ModSecurity and Hashicorp Vault - Major~~
- [ ] RGPD compliance - Minor
- [ ] ~~RGPD compliance - Minor~~
- [x] 2FA and JWT - Major
- **DevOps**
- [x] Infrasctructure setup for log management - Major