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: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 libmodule-runtime-perl,
 debhelper,
 dh-buildinfo,
 libjson-perl,
 libcrypt-openssl-rsa-perl,
 perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
 libtest-mock-guard-perl,
 libtest-requires-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-webtoken-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libjson-webtoken-perl
Homepage: https://github.com/xaicron/p5-JSON-WebToken

Package: libjson-webtoken-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
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.
