项目作者: handnot2

项目描述 :
An Elixir Plug to verify HTTP requests signed with AWS Signature V4
高级语言: Elixir
项目地址: git://github.com/handnot2/plug_sigaws.git
创建时间: 2017-04-07T07:18:43Z
项目社区:https://github.com/handnot2/plug_sigaws

开源协议:MIT License

下载


PlugSigaws

An Elixir Plug to verify HTTP requests signed with AWS Signature V4.

Inline docs

Installation

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

  1. def deps do
  2. [
  3. {:plug_sigaws, "~> 0.1.0"},
  4. {:sigaws_quickstart_provider, "~> 0.1.0"}
  5. ]
  6. end

You will need a companion Sigaws verification provider package as well.
If you have your own custom build provider, include that in place of
:sigaws_quickstart_provider.

Documentation