Skip to content

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

License

Notifications You must be signed in to change notification settings

handnot2/plug_sigaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages