パッケージ: python3-pkce (1.0.3-2)
python3-pkce に関するリンク
Debian の資源:
python-pkce ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Library to generate PKCE code verifier and code challenge
This library provides functionality to generate a Proof Key for Code Exchange (PKCE) code verifier and code challenge. It enables secure OAuth 2.0 flows by ensuring that the authorization code is exchanged securely. The library generates a code verifier string and creates a corresponding code challenge using various methods such as S256. These PKCE pairs are essential for enhancing security in public client OAuth 2.0 implementations, particularly those running in native applications or single-page applications.