chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2025-06-03 08:39:28 +02:00
parent 9ffb8f7170
commit 483e506361
Signed by: carla
GPG key ID: 908AFB7283DFC1B3
24 changed files with 695 additions and 29 deletions

View file

@ -33,6 +33,9 @@ defmodule Mv.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:ash_authentication, "~> 4.0"},
{:ash_authentication_phoenix, "~> 2.0"},
{:sourceror, "~> 1.8", only: [:dev, :test]},
{:live_debugger, "~> 0.1", only: [:dev]},
{:ash_admin, "~> 0.13"},
@ -90,7 +93,8 @@ defmodule Mv.MixProject do
"tailwind mv --minify",
"esbuild mv --minify",
"phx.digest"
]
],
"phx.routes": ["phx.routes", "ash_authentication.phoenix.routes"]
]
end
end