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

Class LoginBase

chapter8/backend/models.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class LoginBase(BaseModel):
58 email: str = EmailStr(...)
59 password: str = Field(...)
60
61
62class CurrentUser(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected