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.
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 apublishClaim
method on the abstractProvider
class. Similarly, there should be anunpublishClaim
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
unpublishClaim
abstract method onProvider
class in polykey.identitiesUnclaim
RPC handler in polykey.identities unclaim
command in Polykey-CLI