feld 06a7a0ffc5 Merge branch 'update' into 'master'
Small updates

See merge request pleroma/elixir-libraries/http_signatures!9
2024-07-24 12:56:13 +00:00
2022-07-21 17:47:19 +02:00
2024-07-24 08:52:11 -04:00
2023-12-21 17:16:17 +00:00
2022-07-21 17:47:19 +02:00
2023-12-22 18:37:48 -05:00
2022-07-21 17:47:19 +02:00
2022-07-21 17:47:19 +02:00
2023-12-22 18:42:03 -05:00
2024-07-24 08:54:12 -04:00
2023-12-21 17:16:17 +00:00
2022-07-21 17:47:19 +02:00

HttpSignatures

Elixir library for manipulating and validating HTTP signatures.

Installation

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

You will need to write an adapter module that compiles with the HTTPSignatures.Adapter behaviour. This is used to fetch the public keys when verifying signatures. The adapter is configured like so:

config :http_signatures, adapter: YourAdapter

Documentation

Published at https://hexdocs.pm/http_signatures.

S
Description
No description provided
Readme 104 KiB
Languages
Elixir 100%