decentralized-identity / hub-node-core

Node.js implementation of the Identity Hub interfaces, business logic, and replication protocol.
Apache License 2.0
17 stars 7 forks source link

Utilize did-auth-jose #4

Closed logangirvin closed 5 years ago

logangirvin commented 6 years ago

Uses did-auth-jose as the authentication layer for decrypting and validating requests, as well as signing and encrypting responses, addressing issue #3 . Universal Resolvers are used for retrieving public keys. A basic HttpResolver is included for using external universal resolvers listening over http(s). Added a basic implementation to Collections for storing and querying. Added a basic implementation for Actions similar to Collections for storing and querying. Introduced code coverage. Configured Jasmine unit testing.

connects to #3