Posts tagged with "signing"
There are a total of 2 posts.
Published 十一月 04, 2025 by whitedec
django.core.signing 完美指南 - 数据篡改防止
总结了使用 Django 的 django.core.signing 模块防止数据篡改的方法和应用案例的指南。
Published 十一月 04, 2025 by whitedec
Django 签名,`max_age` 的陷阱与一次性令牌的实现
介绍了 `django.core.signing` 的局限性以及基于 DB/Cache 的一次性令牌实现示例。