From 3934150a368d2a08ff0f601871e3b94c2a10f07a Mon Sep 17 00:00:00 2001 From: wizard Date: Tue, 19 Mar 2019 18:22:16 -0400 Subject: [PATCH] Added deps for utilizer auth --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 425b1cd..51736d8 100644 --- a/mix.exs +++ b/mix.exs @@ -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