Merge branch 'chore/extricate-http-signatures' into 'develop'

switch to pleroma/http_signatures library

See merge request pleroma/pleroma!1155
This commit is contained in:
lambda 2019-05-15 15:37:31 +00:00
commit 4440e23547
11 changed files with 49 additions and 309 deletions

View file

@ -464,6 +464,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"