summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-JWT/DESCR
blob: 2d4918dc966d857376389a2623b5997b1c7f588c (plain)
1
2
3
4
5
6
7
8
9
This perl module implements JSON Web Token (JWT). The implementation
covers not only JSON Web Signature (JWS), but also JSON Web Encryption
(JWE).

The module implements all algorithms defined in JSON Web Algorithms
(JWA).

This module supports Compact JWS/JWE and Flattened JWS/JWE JSON
serialization, general JSON serialization is not supported yet.