Introduce authorizations with Rajska
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -3,7 +3,7 @@ export interface IApplication {
|
||||
clientId: string;
|
||||
clientSecret?: string;
|
||||
redirectUris?: string;
|
||||
scopes: string | null;
|
||||
scope: string | null;
|
||||
website: string | null;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ export interface ICurrentUser {
|
||||
isLoggedIn: boolean;
|
||||
role: ICurrentUserRole;
|
||||
defaultActor?: IPerson;
|
||||
actors: IPerson[];
|
||||
}
|
||||
|
||||
export interface IUserPreferredLocation {
|
||||
|
||||
Reference in New Issue
Block a user