When a user is logged in, are key shares or an assembled key stored in the session? #1295
Closed
RonanKMcGovern
announced in
Help
Replies: 1 comment
-
In the SSS solution yes, in the MPC solution no. Ensure that your context is protected, look out for XSS vulnerabilities and your dependency stack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say a user logs in using a 1/1 flow (say Google login via Auth Network).
Once the user is logged in, is the private key stored in the session?
If not, what allows signatures to be performed?
If so, what are the possible attack vectors and how best to protect users?
Beta Was this translation helpful? Give feedback.
All reactions