-
Notifications
You must be signed in to change notification settings - Fork 18
Update delegate proving guide and link to Provable API docs #124
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: master
Are you sure you want to change the base?
Conversation
|
@niklaslong for review |
| The token will be in the `Authorization` header of the response. | ||
| POST `api.provable.com/jwts/<your_consumer_id>` with your key set as the `X-Provable-API-Key` header. The token will be in the `Authorization` header of the response. | ||
|
|
||
| See the [Issue JWT API documentation](https://docs.provable.com/docs/api/services/issue-jwt) for details. |
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.
IMO we just keep this line
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.
Same as above
| ``` | ||
| POST `api.provable.com/consumers` with the body `{ "username": "<your_username>" }` | ||
|
|
||
| See the [Auth Register API documentation](https://docs.provable.com/docs/api/services/get-auth-register) for details. |
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.
IMO we just keep this line. So we cant get out of sync.
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.
You meant the link to Provable API docs? It is still there
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.
I mean to get rid of the copied documentation regarding the specifics of the API call
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.
Agree that is better
No description provided.