feat: Adds auto redirect config for token auth URL.

Option that enables auto redirect, so once a user has authenticated we will use that authentication on next join.
This commit is contained in:
damencho
2023-07-27 16:37:52 -05:00
committed by Дамян Минков
parent 47d261e45c
commit 06f509b475
6 changed files with 95 additions and 8 deletions

View File

@@ -576,6 +576,7 @@ export interface IConfig {
numberOfVisibleTiles?: number;
};
tokenAuthUrl?: string;
tokenAuthUrlAutoRedirect?: string;
tokenLogoutUrl?: string;
toolbarButtons?: Array<ToolbarButtons>;
toolbarConfig?: {