ash_authentication_phoenix/test/support/accounts.ex

10 lines
198 B
Elixir
Raw Normal View History

2022-10-25 11:23:05 +13:00
defmodule Example.Accounts do
2022-10-25 11:27:36 +13:00
@moduledoc false
2022-10-25 11:23:05 +13:00
use Ash.Api, otp_app: :ash_authentication_phoenix
resources do
resource Example.Accounts.User
resource Example.Accounts.Token
2022-10-25 11:23:05 +13:00
end
end