From 26255cc9018cb131fc929797ef5de6d52cc7f436 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 15 Sep 2025 13:52:15 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=95=84=ED=82=A4=ED=85=8D=EC=B2=98=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=EC=97=90=EC=84=9C=20TODO=20=ED=95=AD?= =?UTF-8?q?=EB=AA=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 380_authentication_system.md에서 '추가 필요 사항' 섹션 삭제 - 아키텍처 문서는 현재 구현 상태만 기록 - TODO는 plans/troubleshooting 문서로 이동 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- 300_architecture/380_authentication_system.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/300_architecture/380_authentication_system.md b/300_architecture/380_authentication_system.md index db87a5d..3b898cc 100644 --- a/300_architecture/380_authentication_system.md +++ b/300_architecture/380_authentication_system.md @@ -139,11 +139,6 @@ sequenceDiagram - HTTPS only cookies - JWT 서명 검증 -### 추가 필요 사항 -- PKCE (Proof Key for Code Exchange) -- Refresh Token 구현 -- Rate Limiting 및 본인 확인(user_id=JWT.sub 매칭) -- 토큰 암호화 저장 ## 환경 변수