You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Django-OAuth-Toolkit to allow client based authorization.
I have set different client for different platforms. Like for Android, a different client is used to generate the access token and for the web, a different client is used to generate the access token.
I want to log which the client is making the request.
The text was updated successfully, but these errors were encountered:
I'm using Django-OAuth-Toolkit to allow client based authorization.
I have set different client for different platforms. Like for Android, a different client is used to generate the access token and for the web, a different client is used to generate the access token.
I want to log which the client is making the request.
The text was updated successfully, but these errors were encountered: