You've already forked tribes-plugin-trust
40310b26ea
CI / Test (push) Failing after 20s
Introduce the Trust plugin as the federation provider for tribe identity and hello handshakes, with synced Ash resources for remote tribes and tribe relationships plus an admin LiveView for trust management.
6 lines
217 B
Elixir
6 lines
217 B
Elixir
import Config
|
|
|
|
# The host is a compile-only dependency in dev. Suppress host Ash domain
|
|
# config inclusion warnings while compiling host modules as a dependency.
|
|
config :ash, :validate_domain_config_inclusion?, false
|