cryptomator / hub

Cryptomator Hub helps you manage vaults in large teams
GNU Affero General Public License v3.0
41 stars 9 forks source link

Verify Trust Level During Access Grant #191

Closed overheadhunter closed 2 months ago

overheadhunter commented 1 year ago

Please agree to the following

Summary

Visualize trust level of users when granting access

Motivation

As a vault owner, I want to be sure not to accidentally grant access to some untrusted user. Once we implemented #190, it is possible to show different trust levels and display a warning if trying to grant access to an unknown party.

Considered Alternatives

No response

Anything else?

Trust levels could be:

  1. ultimate, if a public key is signed by the vault owner herself
  2. good, if there is a chain of signatures from the given public key leading to vault owner
  3. low, otherwise
SailReal commented 2 months ago

@overheadhunter this is also somehow implemented in https://github.com/cryptomator/hub/pull/281, should we close this issue as well, or keep it open for UI enhancements?

overheadhunter commented 2 months ago

we decided to do further UI enhancements on demand