Authentication ============== Authentication classes are used to associate a request with a user. Unless otherwise noted, all of the classes below adhere to the Django `REST Framework's API for authentication classes `_. .. automodule:: edx_rest_framework_extensions.authentication :members: