Enhancement: Add support for app oidc (#11756)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Paul Gessinger
2026-01-26 09:29:36 +01:00
committed by GitHub
parent 444ff6951e
commit f2bb6c9725
5 changed files with 98 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ urlpatterns = [
],
),
),
re_path("^auth/headless/", include("allauth.headless.urls")),
re_path(
"^$", # Redirect to the API swagger view
RedirectView.as_view(url="schema/view/"),