File: control

package info (click to toggle)
libjson-webtoken-perl 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: perl: 336; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,810 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: libjson-webtoken-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-buildinfo,
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcrypt-openssl-rsa-perl <!nocheck>,
                     libdigest-sha-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libtest-mock-guard-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-webtoken-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-webtoken-perl.git
Homepage: https://github.com/xaicron/p5-JSON-WebToken
Rules-Requires-Root: no

Package: libjson-webtoken-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdigest-sha-perl,
         libjson-perl,
         libmodule-runtime-perl
Recommends: libcrypt-openssl-rsa-perl
Description: JSON Web Token (JWT) implementation
 JSON::WebToken is an implementation of JSON Web Token (JWT) for Perl.
 .
 JSON Web Token is a JSON-based open standard for passing claims between
 parties in web application environment. The tokens are designed to be
 compact, URL-safe and usable especially in web browser single sign-on
 context. JWT claims can be typically used to pass identity of
 authenticated users between an identity provider and a service
 provider, or any other type of claims as required by business
 processes. The tokens can also be authenticated and encrypted.