doc: added comments and updated to latest ashautentication version and required changes
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
2c4af8c2a4
commit
e0f26c6164
19 changed files with 75 additions and 480 deletions
3
mix.exs
3
mix.exs
|
|
@ -40,6 +40,9 @@ defmodule Mv.MixProject do
|
|||
{:ash_postgres, "~> 2.0"},
|
||||
{:ash_phoenix, "~> 2.0"},
|
||||
{:ash, "~> 3.0"},
|
||||
{:bcrypt_elixir, "~> 3.0"},
|
||||
{:ash_authentication, "~> 4.9"},
|
||||
{:ash_authentication_phoenix, "~> 2.10"},
|
||||
{:igniter, "~> 0.6", only: [:dev, :test]},
|
||||
{:phoenix, "~> 1.7.20"},
|
||||
{:phoenix_ecto, "~> 4.5"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue