MatrixAI / Polykey-CLI

Polykey CLI - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
https://polykey.com
GNU General Public License v3.0
6 stars 3 forks source link

`identities unclaim` command #164

Open amydevs opened 6 months ago

amydevs commented 6 months ago

Specification

We already have an identities claim command.

Therefore, there should be a way to unclaim once you have already created a claim on certain identity provider.

In polykey, we have a publishClaim method on the abstract Provider class. Similarly, there should be an unpublishClaim method.

This will make it so that the user does not have to manually figure out what website and what claim corresponds to the NodeID that they would like to unclaim.

Additional context

https://github.com/MatrixAI/Polykey-CLI/issues/163

Tasks

  1. Implement unpublishClaim abstract method on Provider class in polykey.
  2. Create identitiesUnclaim RPC handler in polykey.
  3. Create identities unclaim command in Polykey-CLI
linear[bot] commented 6 months ago

ENG-32 `identities unclaim` command