MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / login

Function login

src/api/admin.py:1449–1451  ·  view source on GitHub ↗

Login endpoint (alias for /api/admin/login)

(request: LoginRequest, response: Response)

Source from the content-addressed store, hash-verified

1447
1448@router.post("/api/login")
1449async def login(request: LoginRequest, response: Response):
1450 """Login endpoint (alias for /api/admin/login)"""
1451 return await admin_login(request, response)
1452
1453
1454@router.post("/api/logout")

Callers

nothing calls this directly

Calls 1

admin_loginFunction · 0.85

Tested by

no test coverage detected