apply security audit

This commit is contained in:
Matthias Hochmeister
2026-03-11 13:51:01 +01:00
parent 93a87a7ae9
commit 3c9b7d3446
19 changed files with 247 additions and 341 deletions

View File

@@ -28,6 +28,7 @@ export interface JwtPayload {
email: string;
authentikSub: string;
groups?: string[];
role?: string;
iat?: number;
exp?: number;
}