[Archive] Can the application store one of the key shares on the application's server?

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 8/1/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


Can I customize the key splitting?



Originally posted by: nakulmk

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/345

Yes, if you are using a custom verifier, then web3auth returns a dappShare which the application can store and manage. Web3Auth's getUserInfo function returns this dapp share.

Refer here to know more about getUserInfo function : https://web3auth.io/docs/sdk/web/web3auth/usage#get-users-information

Also, you can pass this share while login in using web3auth's open login adapter login params.
Refer here to know more about login params:- https://web3auth.io/docs/sdk/web/core/usage#loginparams



Originally posted by: himanshuchawla009