Sign in
There are a total of 2 posts.
Published Nov 04, 2025 by whitedec
A Comprehensive Guide to django.core.signing - Preventing Data Tampering
This guide summarizes how to prevent data tampering using Django's django.core.signing module, including various use ca…
Implementing One-Time Tokens and the Pitfalls of `max_age` in Django Signing
This post introduces the limitations of `django.core.signing` and provides examples for implementing one-time tokens us…