Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # PKCE (Proof Key for Code Exchange) PKCE의 동작 방식은 단순하다. - 클라이언트는 마법 지팡이가 그려진 깃발로 표현된 `code_verifier`라는 것을 만들어 기록한다. - 그 다음 클라이언트는 `code_verifier`를 기반으로 `code_challenge`를 계산한다. - ... open/pkce.txt Last modified: 2024/10/05 06:15by 127.0.0.1