Glossary coding Term Page

Dependencies

Router-level injections

dependencies #coding#fastapi
Korean version

Related Concepts

Core Idea

Dependencies is Router-level injections, such as authentication guards, that apply to every endpoint within that router. It usually makes the most sense alongside APIRouter, include_router, prefix.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept