File: control

package info (click to toggle)
python-pkce 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: python: 80; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-pkce
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/RomeoDespres/pkce
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-pkce
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-pkce.git

Package: python3-pkce
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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.