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

@ -14,6 +14,7 @@ defmodule Mv.Application do
{Phoenix.PubSub, name: Mv.PubSub},
# Start the Finch HTTP client for sending emails
{Finch, name: Mv.Finch},
{AshAuthentication.Supervisor, otp_app: :my},
# Start a worker by calling: Mv.Worker.start_link(arg)
# {Mv.Worker, arg},
# Start to serve requests, typically the last entry