Argon2 password support

This commit is contained in:
marcin mikołajczak 2024-09-08 05:23:46 +03:00 committed by Mint
commit c9b28eaf9a
3 changed files with 6 additions and 0 deletions

View file

@ -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},