django-revproxy
django-revproxy copied to clipboard
It seem django-revprox is not getting user with rest_framework_simplejwt
I tried to load user in custom _created_proxy_response method which inherent from ProxyView. In which i am trying to add custom logic to if auth is there or not. But it seems to be not working. I am able to see token but not username. Is anyone know how to fix this ?
From, Zen
@contactzen can you add examples?