Михаил Акопян

Results 4 comments of Михаил Акопян

Here's my version. Working correctly with TestClient ```py from django.contrib.admin.views.decorators import staff_member_required from django.http import HttpRequest from ninja import NinjaAPI from ninja_extra.exceptions import AuthenticationFailed class OptionalAuthError(AuthenticationFailed): pass class MyAuth(HttpAuthBase): #...

Temporarily bypassed the problem by using `opencode upgrade 1.0.122`