You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand caveat types for more complex authorization scenarios
This solution addresses the core problems highlighted in the talk while providing a robust foundation for decentralized identity management. The combination of Biscuits for authorization and MPC for key management provides both flexibility and security.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Original Video
The Problems with Centralized Identity
From the speaker's presentation, several key issues emerge with traditional PKI and centralized identity:
Proposed Solution Architecture
Let's build a solution combining:
Core Components
Key Management with MPC
We'll use the onsonr/crypto library for MPC operations:
Authorization with Biscuits
DID Operations
Authorization Flow
Example usage:
Benefits
Future Improvements
This solution addresses the core problems highlighted in the talk while providing a robust foundation for decentralized identity management. The combination of Biscuits for authorization and MPC for key management provides both flexibility and security.
For implementation details, refer to the [onsonr/sonr](https://github.com/onsonr/sonr) repository and keep up with the latest Cosmos SDK developments.
Note: This is a high-level design - actual implementation would require careful consideration of security implications and thorough testing.
Beta Was this translation helpful? Give feedback.
All reactions