- Connected keycloak
- changed backend-api port - started to work with the keycloak token to receive userdata - connected backend-api
This commit is contained in:
12
src/models.ts
Normal file
12
src/models.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface ptpUser {
|
||||
keycloakID: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
username: string;
|
||||
}
|
||||
|
||||
export interface responseModel {
|
||||
success: boolean;
|
||||
message: string;
|
||||
response: any;
|
||||
}
|
||||
Reference in New Issue
Block a user