trustbloc / edv

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

feat: Allow GNAP and ZCAP authorization to work at the same time #257

Closed DRK3 closed 2 years ago

DRK3 commented 2 years ago

Now GNAP and ZCAP authorization can run at the same time. The way this implementation works is that if the server has both mechanisms active, then a client may choose to authorize themselves with either one, (rather than the two stacking on top of each other).

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #257 (32fa05c) into main (5f9f670) will decrease coverage by 0.89%. The diff coverage is 64.61%.

@@            Coverage Diff             @@
##             main     #257      +/-   ##
==========================================
- Coverage   85.11%   84.21%   -0.90%     
==========================================
  Files          13       13              
  Lines        1720     1755      +35     
==========================================
+ Hits         1464     1478      +14     
- Misses        156      177      +21     
  Partials      100      100              
Impacted Files Coverage Δ
cmd/edv-rest/startcmd/start.go 78.81% <64.61%> (-2.61%) :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 5f9f670...32fa05c. Read the comment docs.