jazz icon indicating copy to clipboard operation
jazz copied to clipboard

Add the capability to Account to have multiple keypairs

Open gdorsi opened this issue 10 months ago • 0 comments

In order to support different scenarios we want to add the possibility to use multiple keys on Account.

In order to be able to do that we should refactor the logic in order to:

  • Add to the sessions the information about the current AgentID along with the AccountID
  • Have a default AgentID to resolve when the session doesn't define one (backward compat)
  • Add an API to regirster a new keypair into an account (should also reveal the current readKey to that kepair)
  • Add the notion of "master keypair" that can be used to revoke access to the other keypairs

gdorsi avatar Feb 25 '25 12:02 gdorsi