Installed guardian

create authentication/password verification method
This commit is contained in:
2023-02-17 10:31:47 +00:00
parent bb1f5d74d8
commit 0d2d460189
8 changed files with 99 additions and 2 deletions

View File

@@ -41,7 +41,10 @@ defmodule PhoenixApiTemplate.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.18"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"}
{:plug_cowboy, "~> 2.5"},
{:guardian, "~> 2.0"},
{:bcrypt_elixir, "~> 3.0"},
{:envar, "~> 1.1.0"}
]
end