Fediseer / fediseer

Something something stop bad instances
GNU Affero General Public License v3.0
50 stars 6 forks source link

Allow revocation of guarantor #24

Closed SmallPatatas closed 12 months ago

SmallPatatas commented 12 months ago

New instances can solicit a guarantee and receive it from an unknown/untrusted instance.

So, a method to revoke, and then either resolicit, or ask a specific entity for a guarantee, seems potentially useful. Especially at the early adoption stage where these decisions may have larger future consequences.

db0 commented 12 months ago

You can already revoke your own guarantee, or revoke the guarantee from someone you guaranteed for. Simply use DELETE on /api/v1/guarantee and pass you own API key and domain.

I'll have to check if the GUI supports this functionality

SmallPatatas commented 12 months ago

Added as a GUI issue - thanks!