We're going to a implement highly scalable single sign-on login flow for Facebook on a Django backend using Json Web Tokens (JWTs)... (more…)
Read more »
We have a Django application, and part
of it exists behind Apache HTTP Basic Authentication. For reasons beyond the scope of this
entry, I was recently rediscovering some things about how Django
interacts with Apache HTTP Basic Authentication, and so I wa... (more…)
Read more »
It’s been over half a year since I last wrote about Django on Kubernetes, along with Postgres and Redis containers, and I wanted to update…...
Read more »
Nearly every application needs to enable its users to see only their data. Many other applications go further and add more controls, like sharing, or making some content private and public. In this post, use Django and django-oso to build a simple social ... (more…)
Read more »
Very practical tutorial that goes through the steps and code to create a Python web application using the Django framework... (more…)
Read more »