Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85595445
README.md
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
767 B
Referenced Files
None
Subscribers
None
README.md
View Options
<!--
SPDX
-
FileCopyrightText
:
2017
-
2019
Pleroma
Authors
<
https
:
//pleroma.social/>
SPDX
-
License
-
Identifier
:
LGPL
-
3.0
-
only
-->
#
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
`
:
```
elixir
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](https://hexdocs.pm/http_signatures).
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sun, Jul 19, 3:23 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1695188
Default Alt Text
README.md (767 B)
Attached To
Mode
R18 http_signatures
Attached
Detach File
Event Timeline
Log In to Comment