mitgliederverwaltung/lib/mv_web/controllers
Moritz 339d37937a
Rename OIDC strategy from :rauthy to :oidc, update callback path
- Rename AshAuthentication strategy from :oidc :rauthy to :oidc :oidc;
  generated actions are now register_with_oidc / sign_in_with_oidc.
- Update config keys (:rauthy → :oidc) in dev.exs and runtime.exs.
- Update default_redirect_uri to /auth/user/oidc/callback everywhere.
- Rename Mv.Accounts helper functions accordingly.
- Update Mv.Secrets, AuthController, link_oidc_account_live and all tests.
- Update docker-compose.prod.yml, .env.example, README and docs.

IMPORTANT: OIDC providers must be updated to use the new redirect URI
/auth/user/oidc/callback instead of /auth/user/rauthy/callback.
2026-02-24 11:51:00 +01:00
..
page_html doc: added comments and updated to latest ashautentication version and required changes 2025-07-02 17:03:37 +02:00
auth_controller.ex Rename OIDC strategy from :rauthy to :oidc, update callback path 2026-02-24 11:51:00 +01:00
error_html.ex Add generated starter app 2025-03-18 15:05:27 +01:00
error_json.ex Add generated starter app 2025-03-18 15:05:27 +01:00
member_export_controller.ex fix: sort Fee Type by name in LiveView and exports 2026-02-24 09:30:04 +01:00
member_pdf_export_controller.ex feat(export): include Fee Type and groups in PDF export 2026-02-24 00:20:29 +01:00
page_controller.ex docs: Update domain Public API documentation 2026-01-20 15:50:08 +01:00
page_html.ex Add generated starter app 2025-03-18 15:05:27 +01:00