Pleroma v1.1.9-10-g42f76306+dev Pleroma.Signature View Source

Link to this section Summary

Functions

Fetch a public key, given a Plug.Conn structure.

Refetch a public key, given a Plug.Conn structure. Called when the initial key supplied failed to validate the signature.

Link to this section Functions

Fetch a public key, given a Plug.Conn structure.

Callback implementation for HTTPSignatures.Adapter.fetch_public_key/1.

Link to this function

key_id_to_actor_id(key_id)

View Source
Link to this function

refetch_public_key(conn)

View Source

Refetch a public key, given a Plug.Conn structure. Called when the initial key supplied failed to validate the signature.

Callback implementation for HTTPSignatures.Adapter.refetch_public_key/1.