-
Notifications
You must be signed in to change notification settings - Fork 107
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
Remove BLAKE-512 from auth header description #206
Remove BLAKE-512 from auth header description #206
Conversation
Can we add some content on how to generate the |
Is such an RFC available or can I link this doc? |
If ok, I can have a markdown version of the doc created for signing and add to the RFCs? |
@BLR-0118 That would be great |
Added RFC for signing & verification - docs/protocol-drafts/BECKN-RFC-006-Signing-Beckn-APIs-In-HTTP-Draft-01.md |
... | ||
|
||
**Request Body:** | ||
|
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.
Can you please fix the code blocks using the "```" tags like this?
{
"message": {
"ack": {
"status": "NACK"
}
}
}
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.
#196