How to use Django's auth to secure any other application

I had an idea to use Django to authorize requests going to another open-source service I run that didn’t have any authentication. This lets me use the full power of Django’s auth (users, groups, rate-limiting, whatever) to protect simpler applications.

https://www.joelsleppy.com/blog/use-django-auth-to-protect-other-applications/