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
IdentityManager(SecureConfig) - Maintain a list of Identity using SecureConfig
createKey(keyPrivate, use) - where use is party | user | app
trustKey(keyPublic, use, app)
revokeKey(keyPublic, use
SessionManager(IdentityManager) - Manage creating, signing and registering ephemeral session keys and using them to get a working SocketComms or RestComms.
Make IParty and SocketComms identity use more explicit
Cleanly handle lock/unclock events
Motivation
The text was updated successfully, but these errors were encountered:
🤖 Code Proposal
Should improve all usage of
Identity
.Consider implementing classes:
IdentityManager(SecureConfig)
- Maintain a list of Identity usingSecureConfig
createKey(keyPrivate, use)
- whereuse
isparty
|user
|app
trustKey(keyPublic, use, app)
revokeKey(keyPublic, use
SessionManager(IdentityManager)
- Manage creating, signing and registering ephemeral session keys and using them to get a workingSocketComms
orRestComms
.Make
IParty
andSocketComms
identity use more explicitlock
/unclock
eventsMotivation
The text was updated successfully, but these errors were encountered: