Description
Perl applications can create and verify JSON Web Tokens used for signed claims in web authentication and API workflows. This is useful for sessions, service-to-service authorization, and token-based integrations.
It is a security library. Applications must choose safe algorithms, verify signatures and claims, check expiry, and protect signing keys carefully.