HomeDevCentral

Parse signature field from headers
03f2a68f042cUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Parse signature field from headers

We offer a HubSignature::parseSignature method to extract the
signature part from an algo=signature header.

Sample code for Laravel 5:

function getSignature() {
    $headerSignature = Request::header('X-Hub-Signature');
    return XHubSignature::parseSignature($headerSignature);
}

Details

Provenance
derecksonAuthored on
Parents
rKGH793d4c1cd8eb: Bump version to 0.1.1
Branches
Unknown
Tags
Unknown