feat: add registration access ui contracts
This commit is contained in:
parent
5d7685dc8d
commit
aaefa48212
13 changed files with 1331 additions and 16 deletions
|
|
@ -2,11 +2,13 @@
|
|||
|
||||
from user_engine.projections import CacheStatus, ClaimsEnrichmentProjectionCache
|
||||
from user_engine.service import PLATFORM_TENANT, UserEngineService
|
||||
from user_engine.ui import RegistrationAccessManagementUi
|
||||
|
||||
__all__ = [
|
||||
"CacheStatus",
|
||||
"ClaimsEnrichmentProjectionCache",
|
||||
"PLATFORM_TENANT",
|
||||
"RegistrationAccessManagementUi",
|
||||
"UserEngineService",
|
||||
"__version__",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue