Securing a Stateless Django Application
Django is a mature web framework for Python. Among it’s many uses is creating REST APIs (or a standalong backend for that matter). Django provides an authentication and authorization mechanism out of the box, but if you wish to make your REST API or the backend stateless, you need to roll your own.