Added deps for utilizer auth
This commit is contained in:
parent
56fe1e869d
commit
3934150a36
4
mix.exs
4
mix.exs
@ -42,7 +42,9 @@ defmodule TheMesh.MixProject do
|
|||||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||||
{:gettext, "~> 0.11"},
|
{:gettext, "~> 0.11"},
|
||||||
{:jason, "~> 1.0"},
|
{:jason, "~> 1.0"},
|
||||||
{:plug_cowboy, "~> 2.0"}
|
{:plug_cowboy, "~> 2.0"},
|
||||||
|
{:guardian, "~> 1.2"},
|
||||||
|
{:argon2_elixir, "~> 2.0"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user