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

Class UserCreate

backend/app/api/auth.py:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 hashed_password: str
34
35class UserCreate(BaseModel):
36 username: str
37 email: str
38 password: str
39 full_name: Optional[str] = None
40
41class APIKeyCreate(BaseModel):
42 openrouter_key: Optional[str] = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected