Popularity
0.3
Stable
Activity
0.0
Stable
0
1
1

Monthly Downloads: 36
Programming language: Elixir
License: MIT License

plug_sigaws alternatives and similar packages

Based on the "Framework Components" category.
Alternatively, view plug_sigaws alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of plug_sigaws or a related project?

Add another 'Framework Components' Package

README

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:

def deps do
  [
    {:plug_sigaws, "~> 0.1.0"},
    {:sigaws_quickstart_provider, "~> 0.1.0"}
  ]
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