-
Notifications
You must be signed in to change notification settings - Fork 6
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
[v3] Can't access the SEC1 and ed25519 PubKey during read mode #159
Comments
This test passed, which shouldn't be reconstructing the key and should achieve the same result.
Could you provide more information about how to reproduce this? |
I tried to access the getTssPublicKey when coreKitInstance.status was REQUIRED_SHARE which would be ideal case if someone had MFA enabled, and they did social login. You can try to access the pub key here:
I think in the test the MFA is not enabled, and it might be using default hased factor? |
Have double checked this, in order to get the TSS public key tKey required reconstruction. Have removed this check here: Though for the ed25519 public key you might be looking for this method in tKey (doesn't appear to have any requirement on reconstruction), however the seed will obviously remain encrypted)?
|
Description
Can't access the SEC1 and ed25519 PubKey when the requiredFactors are greater than 0, ideally we should allow them to read the pub key.
The text was updated successfully, but these errors were encountered: