UnsecuredJwtManager
Magento\JwtFrameworkAdapter\Model\UnsecuredJwtManager
What it does
This class manages unsecured JWT tokens (JSON Web Tokens with no cryptographic signature) in Magento 2.
Developers use it to create and parse JWT tokens that don't require signature verification, typically for non-sensitive data transmission or testing scenarios.
It handles both building tokens from JWT objects and reading tokens back into JWT objects, supporting multiple serialization formats.
Public Methods
- build()
- read()