Can I customize the key splitting?
Originally posted by: nakulmk
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/345
Can I customize the key splitting?
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