I have a large user base for my app, and i use "tastypie" to develop APIs for the backend. I am trying to move to django rest framework.
I have been using ApiKeyAuthentication of tastypie which generates an apikey when a new auth_user is created. How do i port this whole authentication mechanism to django rest framework.