feat: implement onboarding journeys
This commit is contained in:
parent
660ce24995
commit
5d7685dc8d
15 changed files with 1605 additions and 17 deletions
|
|
@ -164,12 +164,14 @@ class _ProtocolOnlyStore:
|
|||
"identities",
|
||||
"identity_factors",
|
||||
"memberships",
|
||||
"onboarding_journeys",
|
||||
"outbox_events",
|
||||
"prepared_accounts",
|
||||
"profile_values",
|
||||
"registration_sessions",
|
||||
"tenant_accounts",
|
||||
"users",
|
||||
"welcome_protocols",
|
||||
}
|
||||
|
||||
def __init__(self, inner: InMemoryUserEngineStore) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue