What is the main purpose of using token authentication in DRF?
To convert model instances into JSON
To limit number of requests per user
To paginate large responses
To allow clients to authenticate using a token instead of credentials each time
This question is part of this quiz :
Python | Django | DRF Enhancements