Subject: CVS commit: pkgsrc/www
From: Nikita
Date: 2023-02-27 19:00:43
Message id: 20230227180043.28CFDFA90@cvs.NetBSD.org

Log Message:
www/p5-Mojo-JWT: import as p5-Mojo-JWT version 0.08

Import from wip, packaged by coypu.

    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.

Files:
RevisionActionfile
1.1addpkgsrc/www/p5-Mojo-JWT/DESCR
1.1addpkgsrc/www/p5-Mojo-JWT/Makefile
1.1addpkgsrc/www/p5-Mojo-JWT/distinfo