feat(server): argon2_elixir dep + dashboard_password_hash config
This commit is contained in:
parent
663f7a6113
commit
58f22243a5
4 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue