Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 535 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 535 Bytes

Proof Key for Code Exchange

OAuth2 Proof Key for Code Exchange (PKCE, pronounced "pixy") is a technique to mitigate against authorization code interception attacks.

Altough originally intended to be used by OAuth2 public clients, it can also be used by confidential clients.

This library supports both client and authorization server applications.

Please referr to the specific docs for your use case: