Why might token authentication and throttling be applied together in the same API?
To manage user identity and also limit excessive request usage
To remove the need for database migrations
To remove the need for serializers
To disable pagination in some endpoints
This question is part of this quiz :
Python | Django | DRF Enhancements