Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: Add did configuration client #3391

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

sandrask
Copy link
Contributor

@sandrask sandrask commented Sep 29, 2022

Did configuration client will:

  • retrieve did configuration from domain
  • verify requested did and domain against did configuration

Closes #3390

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Merging #3391 (96c88d6) into main (2aee6d4) will increase coverage by 0.00%.
The diff coverage is 93.75%.

❗ Current head 96c88d6 differs from pull request most recent head 88aecfa. Consider uploading reports for the commit 88aecfa to get more accurate results

@@           Coverage Diff           @@
##             main    #3391   +/-   ##
=======================================
  Coverage   87.98%   87.98%           
=======================================
  Files         332      333    +1     
  Lines       46051    46099   +48     
=======================================
+ Hits        40517    40562   +45     
- Misses       4099     4101    +2     
- Partials     1435     1436    +1     
Impacted Files Coverage Δ
pkg/doc/didconfig/didconfig.go 95.57% <ø> (ø)
pkg/client/didconfig/didconfig.go 93.75% <93.75%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Did configuration client will:
- retrieve did configuration from domain
- verify requested did and domain against did configuration

Closes hyperledger-archives#3390

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@fqutishat fqutishat merged commit 5d09324 into hyperledger-archives:main Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add did configuration client
3 participants