MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / post

Method post

apps/users/views/login.py:47–48  ·  view source on GitHub ↗
(self, request: Request)

Source from the content-addressed store, hash-verified

45 get_details=_get_details,
46 get_operation_object=lambda r, k: {'name': r.data.get('username')})
47 def post(self, request: Request):
48 return result.success(LoginSerializer().login(request.data))
49
50
51class Logout(APIView):

Callers

nothing calls this directly

Calls 3

LoginSerializerClass · 0.90
loginMethod · 0.80
successMethod · 0.45

Tested by

no test coverage detected