No description
config | ||
lib/http_signatures | ||
test | ||
.formatter.exs | ||
.gitignore | ||
LICENSE | ||
mix.exs | ||
README.md |
HttpSignatures
Elixir library for manipulating and validating HTTP signatures.
Installation
If available in Hex, the package can be installed
by adding http_signatures
to your list of dependencies in mix.exs
:
def deps do
[
{:http_signatures, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/http_signatures.