aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Add support to ACA-Py for DID Rotation
We are looking to add support for DID Rotation in ACA-Py.
At minimum we want to be able to accept a DID Rotation request for an existing connection.
Next level of support would be to add an endpoint (likely POST /connections/{conn_id}/rotate) that triggered the execution of the DID Rotate protocol for a given connection.
See #2494 for early work on DID Rotation protocol.