]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Update translations for tr (update-outdated) (#16005)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 Jul 2026 08:14:11 +0000 (10:14 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2026 08:14:11 +0000 (10:14 +0200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/tr/docs/tutorial/frontend.md

index 7918ca593eba142032219bf0d24ce2bd98a625e5..a9797dc612ed52e344ee973ea0d83ebc76b4d8e5 100644 (file)
@@ -126,6 +126,12 @@ Bu örnekte frontend path'leri `/app` altında sunulur.
 
 Uygulamadaki herhangi bir normal *path operation*, diğer router'larda olanlar dahil, yine öncelikli olur.
 
+## Dependencies ve Middleware { #dependencies-and-middleware }
+
+Frontend response'ları normal **FastAPI** uygulaması içinde çalışır, bu yüzden HTTP middleware onlara uygulanır.
+
+Uygulamadan, bir `APIRouter`'dan ve `include_router()`'dan gelen dependencies de frontend response'larına uygulanır. Bu, bir frontend'i cookie authentication veya benzeri bir yöntemle korumak için kullanışlı olabilir.
+
 ## Yalnızca Statik Build Çıktısı { #static-build-output-only }
 
 `app.frontend()`, frontend build'iniz tarafından önceden oluşturulmuş dosyaları sunar.