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
#163
Tasks
- Implement
unpublishClaim abstract method on Provider class in polykey.
- Create
identitiesUnclaim RPC handler in polykey.
- Create
identities unclaim command in Polykey-CLI
Specification
We already have an
identities claimcommand.Therefore, there should be a way to
unclaimonce you have already created a claim on certain identity provider.In
polykey, we have apublishClaimmethod on the abstractProviderclass. Similarly, there should be anunpublishClaimmethod.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
#163
Tasks
unpublishClaimabstract method onProviderclass in polykey.identitiesUnclaimRPC handler in polykey.identities unclaimcommand in Polykey-CLI