|
|
|
Perl-Mojo-JWT is a Perl library for encoding and decoding JSON Web Tokens (JWT). It provides a convenient interface for working with JWT, allowing users to easily create, parse, sign, and verify encoded JWT strings. In addition to providing basic JWT functions, the library also supports a variety of customization options, such as custom header and payload options, as well as support for JWT encryption and signing algorithms.
|