Single browser login for django custom user and logout previous one if tried on new browser

In my project I have implemented jwt using djoser. The authentication and permission wroking fine. But, my concern is that a user can login or can use end points from only one single browser. If tries to use another browser with the same login then invalidate previous session or jwt token. Please suggest me how to proceed for the same.