참여자 플로우차트 수정

This commit is contained in:
doyeon
2025-10-22 15:02:54 +09:00
parent 841d6ef1b7
commit 915446c821
3 changed files with 55 additions and 26 deletions
@@ -17,7 +17,10 @@ database "Redis Cache<<E>>" as Cache
Customer -> Gateway: POST /api/v1/participations\n{name, phone, eventId, entryPath, consent}
activate Gateway
Gateway -> Gateway: JWT 토큰 검증\n(선택사항, 비회원 참여 가능)
note right of Gateway
비회원 참여 가능
JWT 검증 불필요
end note
Gateway -> Controller: POST /participations/register\n{name, phone, eventId, entryPath, consent}
activate Controller