aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Add support to ACA-Py for DID Rotation

Open swcurran opened this issue 2 years ago • 1 comments

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.

swcurran avatar Nov 29 '23 17:11 swcurran

See #2494 for early work on DID Rotation protocol.

dbluhm avatar Dec 05 '23 17:12 dbluhm