Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ identify
Method
identify
src/auth/identification.py:15–16 ·
view source on GitHub ↗
(self, request_handler)
Source
from the content-addressed store, hash-verified
13
class
Identification(metaclass=abc.ABCMeta):
14
@abc.abstractmethod
15
def
identify(self, request_handler):
16
pass
17
18
@abc.abstractmethod
19
def
identify_for_audit(self, request_handler):
Callers
6
test_change_to_trusted
Method · 0.45
test_change_to_untrusted
Method · 0.45
test_broken_token_structure
Method · 0.45
test_broken_token_timestamp
Method · 0.45
test_old_token_timestamp
Method · 0.45
identify_user
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_change_to_trusted
Method · 0.36
test_change_to_untrusted
Method · 0.36
test_broken_token_structure
Method · 0.36
test_broken_token_timestamp
Method · 0.36
test_old_token_timestamp
Method · 0.36