UI for oidc account linking

This commit is contained in:
Moritz 2025-11-05 19:04:34 +01:00 committed by moritz
parent 87e54cb13f
commit 527657d37b
3 changed files with 256 additions and 15 deletions

View file

@ -76,6 +76,9 @@ defmodule MvWeb.Router do
post "/set_locale", LocaleController, :set_locale
end
# OIDC account linking - user needs to verify password (MUST be before auth_routes!)
live "/auth/link-oidc-account", LinkOidcAccountLive
# ASHAUTHENTICATION GENERATED AUTH ROUTES
auth_routes AuthController, Mv.Accounts.User, path: "/auth"
sign_out_route AuthController