trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

feat: GNAP support #251

Closed DRK3 closed 2 years ago

DRK3 commented 2 years ago

Adds GNAP support. This implementation is server-wide authorization, not per-vault.

Signed-off-by: Derek Trider Derek.Trider@securekey.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #251 (173846a) into main (c5002b0) will decrease coverage by 7.61%. The diff coverage is 29.41%.

@@            Coverage Diff             @@
##             main     #251      +/-   ##
==========================================
- Coverage   85.18%   77.57%   -7.62%     
==========================================
  Files          13       13              
  Lines        1634     1721      +87     
==========================================
- Hits         1392     1335      -57     
- Misses        149      302     +153     
+ Partials       93       84       -9     
Impacted Files Coverage Δ
cmd/edv-rest/startcmd/start.go 56.59% <26.95%> (-24.33%) :arrow_down:
pkg/restapi/operation/operations.go 89.58% <100.00%> (-0.03%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c5002b0...173846a. Read the comment docs.