Skip to content

Disable default DJANGO REST Framework auth method

Django Rest Framework use as defult auth method BasicAuth and Session:

https://github.com/encode/django-rest-framework/blob/master/rest_framework/settings.py#L38

We need to remove the default BasicAuth to avoid conflicts with the NGINX BA.

Merge request reports