Posts tagged with "security"
There are a total of 4 posts.
Published 11월 12, 2025 by whitedec
Django의 HTTP 만능도구 - 'django.utils.http'
Django의 `django.utils.http` 모듈을 활용해 URL 인코딩, 안전한 토큰 전달, 리디렉션 보안 등을 구현하는 방법을 소개합니다.
Published 11월 04, 2025 by whitedec
Django signing, `max_age`의 함정과 일회용 토큰 구현하기
`django.core.signing`의 한계와 DB/Cache 기반 일회용 토큰 구현 예시를 소개합니다.