Created
November 24, 2018 10:12
-
-
Save rihenperry/14b27a7499fedd0ff90df2bdb9f4f379 to your computer and use it in GitHub Desktop.
using OAuth + digital signatures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST some/url/ | |
host : hmac.demo.org | |
Authorization: Signature keyID="my-key-name" | |
algorithm: "hmac-sha256" | |
headers: "content-length host date (request-target)", | |
signature: "j05o2...." | |
Date: Nov 28th, 2018 | |
Accept: */* | |
Content-type: application/json | |
Content-length: 46 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment