Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
UserInDB(User):
33
hashed_password: str
34
35
class
UserCreate(BaseModel):
36
username: str
Callers
1
get_user
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected