feat(server): add bcrypt_elixir for token hashing
This commit is contained in:
parent
b85d05afc8
commit
bab31b7c4e
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue