Is there limit against max number of shares

Please provide the following details too when asking for help in this category:

  • SDK Version: 12.0.0
  • Verifier Details:
    • Verifier Name: dosi-vault-member-gen2-alpha
    • JWKS Endpoint: not required for the question
    • Sample idToken(JWT): not required for the question

We’re using tKey SDK and multi shares, also security question module. But we want to have extra share for user to recover own private key. And a user can have multiple devices, so we can not store the extra share on the user’s device. Once the extra share will be sent the user via email, the extra share is remove because we support multi device.
In this situation, there can be many extra share.
So I appreciate if you let me know if there is any limit of maximum number of extra shares.
If there is such thing, then we also need to limit number of extra shares. :slight_smile:

Thanks in advance,
Yoonyoul

@dosi.vault Welcome Aboard!

Your request has been forwarded to our Dev team and we will get back to you with further updates.

Hello @dosi.vault welcome!
There is no limit of the number of the shares.
You can generate as much as you can, but note that you can only create one of a certain kind of share (e.g. security question share).

there is a performance threshold on the number of shares created. the more you create the larger metadata is and accordingly slower updates to the key/logins are.

suggested to keep number of active shares below 5

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.