MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / UserInDB

Class UserInDB

backend/app/api/auth.py:32–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 disabled: Optional[bool] = None
31
32class UserInDB(User):
33 hashed_password: str
34
35class UserCreate(BaseModel):
36 username: str

Callers 1

get_userFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected