Argon2 password support
This commit is contained in:
parent
bb0cb06d8a
commit
c9b28eaf9a
3 changed files with 6 additions and 0 deletions
1
mix.exs
1
mix.exs
|
|
@ -203,6 +203,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:websock_adapter, "~> 0.5.6"},
|
||||
{:oban_live_dashboard, "~> 0.1.1"},
|
||||
{:multipart, "~> 0.4.0", optional: true},
|
||||
{:argon2_elixir, "~> 4.0"},
|
||||
|
||||
## dev & test
|
||||
{:phoenix_live_reload, "~> 1.3.3", only: :dev},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue