Devid
Devid
I tried to investigate this and in my tests I found an interesting hint: changing the "serializer" changes the memory footprint by a lot. Since both `RedisChannelLayer` and `RedisChannelLayer` use...
How about putting compressed JSON schemas in the distributed package and have them to be decompressed and stored only after first usage? It could save space and be more efficient...
It is still possible to call the `.for_validated_user` method on every user (also disabled ones).
This PR probabily is not going to be merged. Please read these comments on the original issue: https://github.com/jazzband/djangorestframework-simplejwt/issues/779#issuecomment-2088709374 and https://github.com/jazzband/djangorestframework-simplejwt/issues/779#issuecomment-2208889198 TL; DR: if you do not use `JWTStatelessUserAuthentication` you are...
This is an issue only if used with `JWTStatelessUserAuthentication/JWTTokenUserAuthentication`, while `JWTAuthentication` class is not affected since it queries the database to check if ther user is active. The "bad configuration"...
To be more specific: it would be very bad if the JTI claim is changed after the `for_user` method has been called since that claim is used to identify tokens...
Any news regarding a proper fix to this?
This is related to #374.
Is this PR going to be updated or merged sooner o later? It will be very good to also have a checker for celery-beat.
Hi @Maker-Mark, currently I also have few spare time to work on this. I was just trying to _ping_ for more help regarding celery support in this package. Feel free...