-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WPB-14310] adjust existing onboarding flow to new domain registratio…
…n constraints. (#4409) * Modify POST /teams/{id}/invitations to check for domain configuration [WIP] * domain registration store in mem interpreter * unit test module for TeamInvitationSubsystem. * Enumerate unimplemented actions in miniGalleyAPIAccess interpreter. * fix flaky dotless email arbitrary instance * Add guard for /register to EnterpriseLoginSubsystem. * More structure for guard errors. * Arbitrary: use instance for Domain in instance for EmailAddress. * Call register guard in brig. (test still missing) * Add link to confluence in comment. --------- Co-authored-by: Leif Battermann <[email protected]> Co-authored-by: Sven Tennie <[email protected]>
- Loading branch information
1 parent
0b236a6
commit 64d4f04
Showing
25 changed files
with
519 additions
and
55 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
...internal/WPB-14310-adjust-existing-onboarding-flow-to-new-domain-registration-constraints
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Adjust existing onboarding flow to new domain registration constraints. | ||
|
||
Endpoints: | ||
|
||
- POST /teams/{id}/invitations | ||
- POST /register |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.