Endpoint InviteToken exchange. #106
MartinSchmidt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we create a WalletEndpoint on the request from the user, which the user then forwards to the sender, where they insert it, this must only be sent to a single individual.
An alternative approach could be a that an owner of a wallet could create a InviteToken which would be single use.
This token could then be forwarded to the sender, and their wallet can then exchange it for a publicKey and other information necessary, this would ensure that they are not shared with multiple other systems, and the creation of a WalletEndpoint would become lazy until the InviteToken is exchanged.
This also ensures that the receiver endpoint exists.
old flow
proposed flow
Beta Was this translation helpful? Give feedback.
All reactions