feat(server): argon2_elixir dep + dashboard_password_hash config

This commit is contained in:
Carsten 2026-04-21 22:48:07 +02:00
parent 663f7a6113
commit 58f22243a5
4 changed files with 17 additions and 1 deletions

View file

@ -56,7 +56,8 @@ defmodule Server.MixProject do
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"},
{:bcrypt_elixir, "~> 3.1"}
{:bcrypt_elixir, "~> 3.1"},
{:argon2_elixir, "~> 4.0"}
]
end