Token authentication refers to exchanging username and password for a token that will be used in all subsequent requests so to identify the user on the server side . This article revolves about implementing token authentication using Django REST Framework to make an API.