-
Notifications
You must be signed in to change notification settings - Fork 11
v4: custom session sig setter #195
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
Conversation
src/mpcCoreKit.ts
Outdated
|
|
||
| this.updateState({ | ||
| postBoxKey, | ||
| postboxKeyNodeIndexes: loginResponse.nodesData?.nodeIndexes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to take nodeIndexes in to consideration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, i need it so that passkey link api should know which nodes contains shares of the postbox key
Demo/passskey plugin demo
package/package.json
Outdated
| @@ -0,0 +1,117 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this package folder's files needed?
is it created by error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, yeah its by mistake, i will remove it
import sfa key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the package directory, else
lgtm
|
eh guys @himanshuchawla009 @ieow |
No description provided.