setup auth middleware and sync code
This commit is contained in:
parent
e76e361981
commit
a487b73c3b
5 changed files with 684 additions and 0 deletions
|
|
@ -9,6 +9,14 @@ export type RequestWithUser = Request & {
|
|||
preferred_username: string;
|
||||
email: string;
|
||||
role: string[];
|
||||
profileId?: string;
|
||||
orgRootDnaId?: string;
|
||||
orgChild1DnaId?: string;
|
||||
orgChild2DnaId?: string;
|
||||
orgChild3DnaId?: string;
|
||||
orgChild4DnaId?: string;
|
||||
empType?: string;
|
||||
scope?: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue