tachybase_todo/packages/core/client/src/application
YANG QIA 89361ef61c
fix(auth): SSO issues (#2733)
* fix(auth): sso switch popup to rediect (fix T-2024)

* refactor: auth process optimization

* fix: test

* chore: add error handler

* fix(auth): sso redirection issue of sub app

* Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)"

This reverts commit beb4793051.

* Revert "Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)""

This reverts commit 301a85d767.

* refactor(oidc): improve validate logic

* refactor(saml): improve auth logic

* fix: test

* refactor(cas): improve auth logic

* chore: add error handler

* fix(oidc): subapp callback issue

* fix: add dependency

* chore: add dependency

* fix(auth): set default `userBindField:email`
2023-10-12 00:54:00 -05:00
..
__tests__ feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
components feat: application supervisor (#2353) 2023-08-24 17:47:45 +08:00
demos refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
hooks fix: window reload after pm load failed (#2605) 2023-09-06 22:43:43 +08:00
utils fix(auth): SSO issues (#2733) 2023-10-12 00:54:00 -05:00
Application.tsx fix: window reload after pm load failed (#2605) 2023-09-06 22:43:43 +08:00
context.ts feat: application supervisor (#2353) 2023-08-24 17:47:45 +08:00
index.md refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
index.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
Plugin.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
PluginManager.ts fix: bug (#2797) 2023-10-11 11:17:20 +08:00
RouterManager.tsx refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
WebSocketClient.ts fix: parse websocket url (#2644) 2023-09-13 18:28:28 +08:00