Review the Identities CLI and RPC Handlers #258
Replies: 7 comments
|
There's a problem with From: MatrixAI/Polykey#326 (comment).
Solution to problem 3 and 4 should be designed along with MatrixAI/Polykey#329 and MatrixAI/Polykey#328. |
|
This is a design issue, not yet for development. @emmacasolin should collate the comments here into the above PR description, and we'll schedule this to be tackled after testnet deployment is done. |
|
Quoting MatrixAI/Polykey#493 (comment)
|
|
Moving to Polykey-CLI. |
|
@amydevs any comments here based on your review in the context of #30 and MatrixAI/Polykey#626 |
|
To be part of the new docs too. |
|
@amydevs @aryanjassal @tegefaulkes converted to discussion here. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Specification
Our Identities CLI seems incomplete and needs to be reviewed. In particular:
identitiesToken*rpc handlers have no corresponding CLI commands - something likepk identities token ...should be addedidentitiesProvidersListrpc handler has no corresponding CLI command - possible command could bepk identities providersidentitiesAuthenticatedGetrpc handler (which returns the user's own authenticated identities) currently uses the commandpk identities authenticated- this name is very similar topk identities authenticateand could get confusingidentitiesTokenGet) should be reviewedpk identitiessubcommandgestalts listand anidentities listcommand)identities trustcommand does not add a new node into the gestalt graph if it cannot find it in the node graph/via KademliaAdditional context
Tasks
All reactions