trustbloc / edv

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

Support per-vault authentication #256

Open DRK3 opened 2 years ago

DRK3 commented 2 years ago

The current authentication support only allows for clients to be authorized server-wide instead of per-vault. Server-wide authorization isn't as secure as per-vault since any authorized user can access any vault/document if they know the ID.