MCPcopy Create free account
hub / github.com/bugy/script-server / post

Method post

src/web/server.py:591–593  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

589
590class LoginHandler(BaseRequestHandler):
591 def post(self):
592 auth = self.application.auth
593 return auth.authenticate(self)
594
595
596class AuthInfoHandler(BaseRequestHandler):

Callers

nothing calls this directly

Calls 1

authenticateMethod · 0.45

Tested by

no test coverage detected