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

DID Key Web Crypto unawaited promise #102

Open
OR13 opened this issue May 5, 2021 · 0 comments
Open

DID Key Web Crypto unawaited promise #102

OR13 opened this issue May 5, 2021 · 0 comments

Comments

@OR13
Copy link
Sponsor Member

OR13 commented May 5, 2021

When exporting serialized key with


 const k = await didKeyWeb.KeyPair.generate({
        kty: 'EC',
        crvOrSize: 'P-256',
      })
      
 Promise {
        <pending>,
        id: 'did:web:example.com:organizations:123#key-4',
        controller: 'did:web:example.com:organizations:123'
      }
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

No branches or pull requests

1 participant