featur add fahrmeister

This commit is contained in:
Matthias Hochmeister
2026-02-27 21:46:50 +01:00
parent da4a56ba6b
commit dbe4f52871
17 changed files with 426 additions and 152 deletions

View File

@@ -27,6 +27,7 @@ export interface JwtPayload {
userId: string; // UUID
email: string;
authentikSub: string;
groups?: string[];
iat?: number;
exp?: number;
}