chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9ffb8f7170
commit
483e506361
24 changed files with 695 additions and 29 deletions
6
mix.exs
6
mix.exs
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue