Closed
Description
it's related to #130
I'm wondering if I could use single jwt auth backend for DRF and django views
(asked in SO as well https://stackoverflow.com/questions/57646299/django-jwt-authentication-in-django-view-not-just-drf/57646409#57646409)
In our app, we have webview and native android httpclient, and react-native.
If we have to use cookie session-id for django-view and jwt-token for drf, we have to sync cookie and jwt-token among webview/android/react-native.
It will be much easier for us just sync jwt-tokens but not sure if its possible or it is something not advised?
Metadata
Assignees
Labels
No labels
Activity