switch to pleroma/http_signatures library
This commit is contained in:
parent
dfd031c26a
commit
071f78733a
10 changed files with 49 additions and 308 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue