When you develop a Restful API using awesome Django Rest Framework, often you tend to use a default token based authentication. Although, it’s not a bad choice, the modern and secure approach is to use JWT authentication in API’s. Ohh, wait, What is JWT authentication?! What is JWT? As per official documentation, JSON…