WebAuthN auth
This commit is contained in:
@@ -11,12 +11,9 @@ defmodule SsoBsn.Application do
|
||||
SsoBsnWeb.Telemetry,
|
||||
SsoBsn.Repo,
|
||||
{Ecto.Migrator,
|
||||
repos: Application.fetch_env!(:sso_bsn, :ecto_repos),
|
||||
skip: skip_migrations?()},
|
||||
repos: Application.fetch_env!(:sso_bsn, :ecto_repos), skip: skip_migrations?()},
|
||||
{DNSCluster, query: Application.get_env(:sso_bsn, :dns_cluster_query) || :ignore},
|
||||
{Phoenix.PubSub, name: SsoBsn.PubSub},
|
||||
# Start the Finch HTTP client for sending emails
|
||||
{Finch, name: SsoBsn.Finch},
|
||||
# Start a worker by calling: SsoBsn.Worker.start_link(arg)
|
||||
# {SsoBsn.Worker, arg},
|
||||
# Start to serve requests, typically the last entry
|
||||
|
||||
Reference in New Issue
Block a user