Open
Description
We should have example code and maybe a high level user manual in addition to the API reference.
I would suggest starting with an example app:
- as minimal and easy to understand signer/verifier CLI as possible (maybe a single app or two)
- should use Signer API best practices
- I suggest supporting file based keys first (while making it clear it's a demo: we do not recommend ever storing private keys on disk). This means that this issue is likely blocked by signer: Improved the "file-based signer" #617
- it would be cool to be able to demo other keytypes as well (like a yubikey) but since most people don't have one that should be optional
Things I'd like to showcase:
- choosing the right signing key with private key uri
- verifying the signature
TODO:
- expand on the above
References