feat(auth): add auth through phx.gen.auth

This commit is contained in:
2024-10-22 00:19:26 +00:00
parent 64016ef098
commit 3f40253559
30 changed files with 3377 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ defmodule Slax.MixProject do
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:bandit, "~> 1.5"},
{:dns_cluster, "~> 0.1.1"},
{:ecto_sql, "~> 3.10"},