-
Notifications
You must be signed in to change notification settings - Fork 3
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review the Identities CLI and RPC Handlers #6
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. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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 addedidentitiesProvidersList
rpc handler has no corresponding CLI command - possible command could bepk identities providers
identitiesAuthenticatedGet
rpc handler (which returns the user's own authenticated identities) currently uses the commandpk identities authenticated
- this name is very similar topk identities authenticate
and could get confusingidentitiesTokenGet
) should be reviewedpk identities
subcommandgestalts list
and anidentities list
command)identities trust
command does not add a new node into the gestalt graph if it cannot find it in the node graph/via KademliaAdditional context
Tasks
The text was updated successfully, but these errors were encountered: