improvement: multi organization possibility implemented for users (owners and staffs)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
export interface JwtPayload {
|
||||
sub: string; // user id
|
||||
email: string;
|
||||
organizationId?: string;
|
||||
type?: 'access' | 'refresh';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user