aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Support verifying more JWT Signatures
trafficstars
In https://github.com/hyperledger/aries-acapy-plugins/pull/47, we implemented verification of additional signature types. The current /wallet/jwt/verify endpoint only accepts Ed25519 signatures right now. It should be (was, in the plugin) pretty straightforward to verify more signature types, even if we only support signing with Ed25519 still.