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 28 29 30 31 32 33
|
Source: libcrypt-jwt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Prokop <mika@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcryptx-perl <!nocheck>,
libjson-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-jwt-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-jwt-perl.git
Homepage: https://metacpan.org/release/Crypt-JWT
Rules-Requires-Root: no
Package: libcrypt-jwt-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcryptx-perl,
libjson-perl
Description: JSON Web Token support for Perl
Implements JSON Web Token (JWT) - https://tools.ietf.org/html/rfc7519. The
implementation covers not only JSON Web Signature (JWS) -
https://tools.ietf.org/html/rfc7515, but also JSON Web Encryption (JWE) -
https://tools.ietf.org/html/rfc7516.
.
The module implements all (100%) algorithms defined in
https://tools.ietf.org/html/rfc7518 - JSON Web Algorithms (JWA).
.
Crypt::JWT supports Compact JWS/JWE and Flattened JWS/JWE JSON serialization,
general JSON serialization is not supported yet.
|