Token Authentication for Django-rest-framework

In a a previous article
I explained how to authenticate for your django-rest-framework API
using the django-rest-auth package.
Since then I have observed that various things have changed and most importantly that
the library I used there (django-rest-auth… Read more

Similar