As described in https://github.com/typeddjango/django-stubs#how-can-i-create-a-httprequest-thats-guaranteed-to-have-an-authenticated-user one could use AuthenticatedHttpRequest annotate request in function views with @login_required decorators.
But how can this be adapted to class views with LoginRequiredMixin?
Any idea?