switch to pleroma/http_signatures library

This commit is contained in:
William Pitcock 2019-05-14 20:03:13 +00:00
commit 071f78733a
10 changed files with 49 additions and 308 deletions

View file

@ -484,6 +484,9 @@ config :pleroma, :oauth2,
token_expires_in: 600,
issue_new_refresh_token: true
config :http_signatures,
adapter: Pleroma.Signature
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"