feat: implement party user authentication system with signin/signup routes, JWT token validation, and frontend integration including mobile route configuration and API service updates
This commit is contained in:
@@ -7,4 +7,17 @@ export interface UserState {
|
||||
isSessionValid: boolean;
|
||||
session?: any;
|
||||
token?: string;
|
||||
|
||||
//
|
||||
name?: string;
|
||||
email?: string;
|
||||
avatarUrl?: string;
|
||||
phoneNumber?: string;
|
||||
company?: string;
|
||||
role?: string;
|
||||
rank?: string;
|
||||
isVerified?: Boolean;
|
||||
|
||||
//
|
||||
accessToken?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user