Glossary coding Term Page
api/deps
A collection of FastAPI `Depends` helpers—sessions
Core Idea
api/deps is A collection of FastAPI Depends helpers—sessions, current user, etc.—that every router can reuse. It usually makes the most sense alongside Mini service, core/config, Lifespan event.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.