Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSmallHanCat/flow2api
/ LoginRequest
Class
LoginRequest
src/api/admin.py:560–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
# ========== Request Models ==========
559
560
class
LoginRequest(BaseModel):
561
username: str
562
password: str
563
564
565
class
AddTokenRequest(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected