MCPcopy
hub / github.com/django/django / aauthenticate

Method aauthenticate

django/contrib/auth/backends.py:19–20  ·  view source on GitHub ↗
(self, request, **kwargs)

Source from the content-addressed store, hash-verified

17 return None
18
19 async def aauthenticate(self, request, **kwargs):
20 return await sync_to_async(self.authenticate)(request, **kwargs)
21
22 def get_user(self, user_id):
23 return None

Callers 2

aprocess_requestMethod · 0.45
aauthenticateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected