This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Support both JWT and LD Suite Signing/Verifying similarly #196
Open
Description
As of #195 the APIs using JWTs and LD was decoupled to allow using JWTs without needing to care about LD/cryptosuite things.
As a side effect, it's no longer possible to use LD suites directly. The ask is to find a sensible API (either new methods that have JWT analogs, or find an interface to join LD and JWT) to support both LD and JWT signing/verification.