mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
a69f7dd95d
JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516 implements the Perl interface to: * JSON Web Token (JWT) * JSON Web Signature (JWS) * JSON Web Encryption (JWE) As defined by RFC7519, RFC7515, RFC7516. The module implements all (100%) algorithms defined in RFC7518 - JSON Web Algorithms (JWA). This module supports Compact JWS/JWE and flattened JWS/JWE JSON serialization, general JSON serialization is not supported yet. PR: 255447 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
16 lines
495 B
Plaintext
16 lines
495 B
Plaintext
JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
|
|
implements the Perl interface to:
|
|
|
|
* JSON Web Token (JWT)
|
|
* JSON Web Signature (JWS)
|
|
* JSON Web Encryption (JWE)
|
|
|
|
As defined by RFC7519, RFC7515, RFC7516.
|
|
|
|
The module implements all (100%) algorithms defined in RFC7518 - JSON
|
|
Web Algorithms (JWA). This module supports Compact JWS/JWE and
|
|
flattened JWS/JWE JSON serialization, general JSON serialization
|
|
is not supported yet.
|
|
|
|
WWW: https://metacpan.org/release/Crypt-JWT
|