In django-rest-framework, each user is only permitted one token. So if you’re signing in on multiple devices, it won’t be very secure . And when logging out, all devices will be logged out. However, with django-rest-knox, users are allowed multiple tokens for signing in on multiple devices.31 May 2020
Is Django REST Knox secure?
In django-rest-framework, each user is only permitted one token. So if you’re signing in on multiple devices, it won’t be very secure . And when logging out, all devices will be logged out. However, with django-rest-knox, users are allowed multiple tokens for signing in on multiple devices.31 May 2020