Jagd Apps Heidekreis – Portal, Nachsuche, Drohnenführer, Stöberhunde
Go to file
User d9fecb6914 security: implement audit fixes and backend optimizations
- L-03: PasswordReset.js minLength 6 -> 12 for all 3 apps
- B-01: PLZ geocoding proxy endpoint (GET /api/public/geocode) in all 3 backends;
  frontend PublicUserList now uses backend instead of direct Nominatim calls
- B-02: type filter server-side via onRefetch useEffect; removed redundant local
  available/type filters from PublicUserList useMemo
- audit fixes: app-specific JWT secrets, bcrypt cost 12, LRU geocode cache,
  auth middleware app-claim check, nginx CSP script-src cleanup,
  nginx.conf renamed to nginx.conf.dev, geocode-cache Docker volume
- add mailer.js utility (password reset emails)
2026-05-03 11:20:45 +02:00
backend security: implement audit fixes and backend optimizations 2026-05-03 11:20:45 +02:00
drohnenfuehrer security: implement audit fixes and backend optimizations 2026-05-03 11:20:45 +02:00
nachsuche security: implement audit fixes and backend optimizations 2026-05-03 11:20:45 +02:00
portal security: port binding, invite token auth, cookie flags, rate limiting 2026-05-03 10:15:03 +02:00
stoeberhunde security: implement audit fixes and backend optimizations 2026-05-03 11:20:45 +02:00
.gitignore init: Jagd Apps Heidekreis – Portal, Nachsuche, Drohnenführer, Stöberhunde 2026-05-02 17:31:20 +02:00
AUDIT_REPORT_2026.md security: implement audit fixes and backend optimizations 2026-05-03 11:20:45 +02:00
jagd-apps.code-workspace init: Jagd Apps Heidekreis – Portal, Nachsuche, Drohnenführer, Stöberhunde 2026-05-02 17:31:20 +02:00