CaptainHookSignature

GitHub Workflow Status GitHub issues License Hex.pm Hex.pm

CaptainHookSignature follow the Stripe's specification for signing requests. The code is based on bytepack from dashbitco.

CaptainHook use CaptainHookSignature to sign its requests.

Installation

The package can be installed by adding captain_hook_signature to your list of dependencies in mix.exs:

def deps do
  [
    {:captain_hook_signature, "~> 0.3.0"}
  ]
end

The docs can be found at https://hexdocs.pm/captain_hook_signature.