MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / verify_admin

Function verify_admin

apps/admin/views.py:61–62  ·  view source on GitHub ↗
(session: dict = Depends(get_admin_session))

Source from the content-addressed store, hash-verified

59
60@admin_api.get("/verify")
61async def verify_admin(session: dict = Depends(get_admin_session)):
62 return APIResponse(detail=session)
63
64
65@admin_api.post("/logout")

Callers

nothing calls this directly

Calls 1

APIResponseClass · 0.90

Tested by

no test coverage detected