-
Notifications
You must be signed in to change notification settings - Fork 18
Docs/improvements #271
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
base: main
Are you sure you want to change the base?
Docs/improvements #271
Conversation
Signed-off-by: dzdidi <[email protected]>
Signed-off-by: dzdidi <[email protected]>
- fix readme typo - check if wasm-pack is installed Signed-off-by: dzdidi <[email protected]>
Signed-off-by: dzdidi <[email protected]>
Signed-off-by: dzdidi <[email protected]>
SeverinAlexB
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need the user in this doc? Does it make the docs clearer? Is having an "Authenticator" not good enough already?
| 1. **Capabilities**: A list of strings specifying scopes and the actions that can be performed on them. | ||
| 1. **HTTP relay**: An independent HTTP relay (or the backend of the 3rd Party App) forwarding the [`AuthToken`](#authtoken-encoding) to the frontend. | ||
| ### glossary | ||
| 1. **User**: an entity owner of secret and public key and owner of assets which can be accessed on location identified by their public key. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add the user here? Not sure this makes the docs clearer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO as long as it does not add to confusion it is OK to have overly verbose docs
Co-authored-by: Severin Alexander Bühler <[email protected]>
Signed-off-by: dzdidi <[email protected]>
Initially was done in scope of #242
Moving to stand alone pr now