Source: libmojo-jwt-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Mirko Tietgen , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libmodule-build-tiny-perl, perl, Build-Depends-Indep: libcryptx-perl , libmojolicious-perl , Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojo-jwt-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojo-jwt-perl.git Homepage: https://metacpan.org/release/Mojo-JWT Package: libmojo-jwt-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcryptx-perl, libmojolicious-perl, Description: JSON Web Token the Mojo way JSON Web Token is described in https://tools.ietf.org/html/rfc7519. Mojo::JWT implements that standard with an API that should feel familiar to Mojolicious users (though of course it is useful elsewhere). Indeed, JWT is much like Mojolicious::Sessions except that the result is a url-safe text string rather than a cookie.