third-party authentication views

This commit is contained in:
imperosol
2025-10-26 16:46:51 +01:00
parent e582e750ff
commit 2b832b6522
5 changed files with 180 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ urlpatterns = [
path("", include(("core.urls", "core"), namespace="core")),
path("sitemap.xml", cache_page(86400)(sitemap), {"sitemaps": sitemaps}),
path("api/", api.urls),
path("api-link/", include(("api.urls", "api-link"), namespace="api-link")),
path("rootplace/", include(("rootplace.urls", "rootplace"), namespace="rootplace")),
path(
"subscription/",