feat(#1): Add permission and role model
This commit is contained in:
@@ -5,6 +5,11 @@ export interface KeycloakTokenPayload {
|
||||
family_name?: string
|
||||
email?: string
|
||||
organization?: Record<string, { id?: string }>
|
||||
resource_access?: {
|
||||
legalconsenthub?: {
|
||||
roles?: string[]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export interface Organization {
|
||||
|
||||
Reference in New Issue
Block a user