Multiple Authentication Tokens per User with Django REST Framework
In this post I will show you how to set up token authentication with Django REST Framework (or short DRF), with the special twist that each user can have multiple different tokens at the same time. This is not possible with DRF out of the box and needs some custom code. But why would you […]