Added deps for utilizer auth

This commit is contained in:
wizard 2019-03-19 18:22:16 -04:00
parent 56fe1e869d
commit 3934150a36
Signed by: wizard
GPG Key ID: F5394FC61CA2C7D9

View File

@ -42,7 +42,9 @@ defmodule TheMesh.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:gettext, "~> 0.11"},
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"}
{:plug_cowboy, "~> 2.0"},
{:guardian, "~> 1.2"},
{:argon2_elixir, "~> 2.0"}
]
end