Skip to content

Commit

Permalink
Update apps/portal/src/app/connect/ecosystems/security/page.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Verges <[email protected]>
  • Loading branch information
joaquim-verges authored Oct 4, 2024
1 parent 8b51913 commit 3cc610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portal/src/app/connect/ecosystems/security/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ When a user signs into an application using their email or social logins for the

- Ecosystem wallets are controlled by the ecosystem owner.
- We moved away from the shamir secret sharing model and replaced it with Encalves. This ensures no-one can extract the private key from the client, including other developers in the ecosystem.
- With enclave and partner policies, this is mitigated. Ecosystem owners are able to place restrictions on what individual partners are able to do. Moreover, since the private key is never re-constructed on the client, the ecosystem partner must submit the request to the enclave which would be able to verify the request and block requests that are out of scope or denied by the ecosystem owner.
- With enclave and partner policies, ecosystem owners are able to place restrictions on what individual partners are able to do. Since the private key is never re-constructed on the client, the ecosystem partner must submit the request to the enclave which would be able to verify the request and block requests that are out of scope or denied by the ecosystem owner.

## Recoverability

Expand Down

0 comments on commit 3cc610e

Please sign in to comment.