Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always use JsonWebKey for verification methods (alt 3) #33

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

peacekeeper
Copy link
Contributor

@peacekeeper peacekeeper commented Sep 10, 2023

This is one out of 4 alternatives to address #12.

The alternatives are:

  • Stick with Ed25519VerificationKey2020 and EcdsaSecp256k1VerificationKey2019 but fix some text and examples.
  • Always use MultiKey for verification methods.
  • Always use JsonWebKey for verification methods. <-- this
  • Always use CesrKey for verification methods.

I suggest we use #31 to discuss which one is best, and keep the others clean.

Signed-off-by: Markus Sabadello <markus@danubetech.com>
@2byrds 2byrds merged commit 52c57d6 into main Sep 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants