WebAuthN auth

This commit is contained in:
bluepython508
2023-11-05 01:12:02 +00:00
parent 45e4e9f5da
commit 092930a24f
33 changed files with 1123 additions and 463 deletions

View File

@@ -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