Expanding on the previous answer provided by codeadict:
If you're looking for a simple solution, consider using token authentication instead of JSON Web Tokens. You can refer to this guide for setting up token authentication: http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication
For those using Ionic (which is powered by AngularJS), there's a package called django-rest-auth specifically designed for your needs.
You can find the setup instructions here: . Additionally, they offer an AngularJS module that can be accessed here: https://github.com/Tivix/angular-django-registration-auth
Remember to enable HTTPS / SSL when implementing token authentication to enhance security measures.
The mentioned angular module simplifies the process of handling and storing tokens, allowing you to include the access token in all your API requests effortlessly.