Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share user invite between all administrators #9413

Open
vxgmichel opened this issue Jan 22, 2025 · 0 comments
Open

Share user invite between all administrators #9413

vxgmichel opened this issue Jan 22, 2025 · 0 comments

Comments

@vxgmichel
Copy link
Contributor

Follow up after #9078

Now that the server and data model supports it, this feature can be fully implemented.

Two different approaches have been considered:

  1. Add an extra step in the API so that the user can explicitly choose which administrator to contact. This requires to update libparsec, the bindings and the frontend.

  2. Update UserClaimInitialCtx::wait_peer to simultaneously wait for all the administrators until one of them joins. This still requires to update libparsec but less changes to bindings and the frontend.

The simpler approach should first be done as a PoC to validate the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant