UI for oidc account linking

This commit is contained in:
Moritz 2025-11-05 19:04:34 +01:00
parent fa40a42156
commit f1ffe53215
Signed by: moritz
GPG key ID: 1020A035E5DD0824
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