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
{{ message }}
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
I can't use did-auth-jose without using the HttpResolver class from the hub-node-core package. If this is meant to be a standalone package I think some refactoring is in order. Example:
var hub = require('@decentralized-identity/hub-node-core');
var didAuth = require('@decentralized-identity/did-auth-jose')
const resolver = new hub.HttpResolver(discovery_endpoint);
const auth = new didAuth.Authentication({
keys,
resolver
});
The text was updated successfully, but these errors were encountered:
I can't use did-auth-jose without using the
HttpResolver
class from the hub-node-core package. If this is meant to be a standalone package I think some refactoring is in order. Example:The text was updated successfully, but these errors were encountered: