django-rest-framework-jwt
django-rest-framework-jwt copied to clipboard
Update ` request.user ` after authenticating.
If we don't do this, then request.user
will be the wrong instance after authenticating - which can lead to some weird issues. Specifically, in projects that use request.user
in response middleware.
Anyone here? @jpadilla
@jpadilla this is unfortunate. No response? It has been 9 months...