How does PKCE prevent authorization code interception attacks?
If you use OAuth to authorize your applications to access protected resources, you may have heard of PKCE, or Proof Key for Code Exchange. PKCE is an extension of the authorization code grant that adds an extra layer of security to prevent interception attacks. In this article, you will learn how PKCE works and why you should use it for your OAuth flows.