refactor: Use functional design for the authentication of apps

This commit is contained in:
Faruk AYDIN
2022-10-07 16:06:10 +03:00
parent 0abab06124
commit 4d5be952ce
17 changed files with 523 additions and 22 deletions
+1
View File
@@ -154,6 +154,7 @@ export interface IApp {
authDocUrl: string;
primaryColor: string;
supportsConnections: boolean;
baseUrl: string;
fields: IField[];
authenticationSteps: IAuthenticationStep[];
reconnectionSteps: IAuthenticationStep[];