Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
class
CurrentUser(BaseModel):
63
email: str = EmailStr(...)
64
username: str = Field(...)
65
role: str = Field(...)
66
67
68
class
CarBase(MongoBaseModel):
Callers
1
me
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected