Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ authenticate
Method
authenticate
rest_framework/request.py:136–137 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
134
self.force_token = force_token
135
136
def
authenticate(self, request):
137
return
(self.force_user, self.force_token)
138
139
140
class
Request:
Callers
1
_authenticate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected