You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Things I'd like to showcase:
TODO:
References
The text was updated successfully, but these errors were encountered: