Wu Clan
Wu Clan
> It is quite easy to implement a custom JWT authentication using PyJWT, I personally prefer that Django-ninja is quite lightweight and any auth packages should be separated as third...
@vitalik I found [django-ninja-jwt](https://github.com/eadwinCode/django-ninja-jwt) but it's integrated in [django-ninja-extra](https://github.com/eadwinCode/django-ninja-extra) I don't think this integration is very comfortable,it is based on class decorators
What's the status of this proposal? @vitalik @KimSoungRyoul
Is there a good solution to this problem at present?
> Unfortunately not. At least not one that I'm aware of. > > We plan to address this in next-gen however. Thank you for your answer, look forward to
Tested hooks on 4.0.0rc4, terminal and html file are no longer garbled ```python def pytest_collection_modifyitems(items): for item in items: item.name = item.name.encode("utf-8").decode("unicode_escape") item._nodeid = item.nodeid.encode("utf-8").decode("unicode_escape") ``` When will 4.0.0 be...
Hi. Will this solve the problem of unexpected hangs when using await request.body(), json(), and form() methods in middleware? I just installed Starlette 0.28.0 for testing, after obtaining await request.body(),...
Hi, @msehnout Interesting thinking, but I don't think it's a backstage task. Look at this.:https://github.com/encode/starlette/pull/2176#issuecomment-1884575130
I just want to express that the idea of @ msehnout may be backward incompatible because he mentioned background tasks,it seems to have nothing to do with your comments?