In my Django project, we have dual authentication one is from the standard login_required decorator and another from @basic_auth_required decorator which comes from django-b