Draft Mode inkl. Token implementiert
This commit is contained in:
@@ -83,6 +83,11 @@ export interface KeycloakUser {
|
||||
notBefore?: number;
|
||||
access?: Access;
|
||||
}
|
||||
export interface JwtUser {
|
||||
userId: string;
|
||||
username: string;
|
||||
roles: string[];
|
||||
}
|
||||
export interface Access {
|
||||
manageGroupMembership: boolean;
|
||||
view: boolean;
|
||||
|
||||
Reference in New Issue
Block a user