Package: libjson-validator-perl Version: 5.99+really5.07-koha1 Architecture: all Maintainer: Mason James Installed-Size: 422 Depends: perl, libmojolicious-perl (>= 7.28), libperl5.24:amd64 (>= 1.45) | libscalar-list-utils-perl (>= 1.45) | perl-base (>= 1.45), libyaml-libyaml-perl (>= 0.67) Homepage: https://metacpan.org/release/JSON-Validator Priority: optional Section: perl Filename: pool/main/libj/libjson-validator-perl/libjson-validator-perl_5.99+really5.07-koha1_all.deb Size: 98388 SHA256: 4543343866d6991346d3bcaea2df0a9407e2d23b60b95c3f792fe4804cd1b5d5 SHA1: 3335f6a0a6f57ccd5534779537ab4923000c30ae MD5sum: 735b60e8bc1170d095155331cacee4d5 Description: Validate data against a JSON schema JSON::Validator is a data structure validation library based around JSON Schema|https://json-schema.org/. JSON::Validator can be used directly with a JSON schema or you can use the elegant DSL schema-builder JSON::Validator::Joi to define the schema programmatically. . This description was automagically extracted from the module by dh-make-perl. Package: libmojo-jwt-perl Version: 0.09-1-koha1 Architecture: all Maintainer: Mason James Installed-Size: 32 Depends: perl, libmojolicious-perl (>= 5.00) Homepage: https://metacpan.org/release/Mojo-JWT Priority: optional Section: perl Filename: pool/main/libm/libmojo-jwt-perl/libmojo-jwt-perl_0.09-1-koha1_all.deb Size: 12076 SHA256: 5f01a38f57cec0dd48fe520458a3ebef7c998e77f27864e6af2cd44cbdca3427 SHA1: cc8a46c1492f4ae794a804978bf19a5840982312 MD5sum: c4f69b8d7f19cd5ab02b7f9a35f30e1f 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. . In JWT, the primary payload is called the claims, and a few claims are reserved, as seen in the IETF document. The header and the claims are signed when stringified to guard against tampering. Note that while signed, the data is not encrypted, so don't use it to send secrets over clear channels. . This description was automagically extracted from the module by dh-make-perl.