I'm implementing an api in Django, and am looking to use basic authentication to identify users when they make api requests.
The documentation I've found so far seems incomplete, or doesn't seem to answer the correct question (the answers here, for example, seem to depend on having Apache handle the authentication).
Is there a standard, or default, implementation for http basic auth in Django?