Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/scrapecraft
/ TokenData
Class
TokenData
backend/app/api/auth.py:23–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
token_type: str
22
23
class
TokenData(BaseModel):
24
username: Optional[str] = None
25
26
class
User(BaseModel):
27
username: str
Callers
1
get_current_user
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected