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:
commit
4440e23547
11 changed files with 49 additions and 309 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue