Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a list, not a tuple, for authentication_classes (#668)
DRF expects authentication classes to be in a list: https://www.django-rest-framework.org/api-guide/authentication/ Semantically, this should be a list, as the number of elements is arbitrary.
- Loading branch information