MCPcopy Create free account
hub / github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB / CurrentUser

Class CurrentUser

chapter7/backend/models.py:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62class CurrentUser(BaseModel):
63 email: str = EmailStr(...)
64 username: str = Field(...)
65 role: str = Field(...)
66
67
68class CarBase(MongoBaseModel):

Callers 1

meFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected