feat(server): add bcrypt_elixir for token hashing

This commit is contained in:
Carsten 2026-04-21 22:01:09 +02:00
parent b85d05afc8
commit bab31b7c4e
2 changed files with 4 additions and 1 deletions

View file

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