minkan-chat / server

This repository keeps the backend implementation for the Minkan end-to-end encrypted messenger.
GNU Affero General Public License v3.0
16 stars 1 forks source link

Allow upload of key signatures #4

Closed Erik1000 closed 2 years ago

Erik1000 commented 3 years ago

Let users upload pgp certifications of other users to build a web of trust. Every signature is separate and will be validated by the server. Only certifications by keys the server knows should be accepted.

Erik1000 commented 2 years ago

reopen because this is not implement in refactor yet