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

Method authenticate

src/tests/test_utils.py:644–645  ·  view source on GitHub ↗
(self, request_handler)

Source from the content-addressed store, hash-verified

642 self._users = {}
643
644 def authenticate(self, request_handler):
645 raise AuthRejectedError('Not implemented')
646
647 def perform_basic_auth(self, user, password):
648 if user not in self._users:

Callers

nothing calls this directly

Calls 1

AuthRejectedErrorClass · 0.90

Tested by

no test coverage detected