JwsManager
Magento\JwtFrameworkAdapter\Model\JwsManager
What it does
This class manages JSON Web Signature (JWS) tokens in Magento 2, providing functionality to create, sign, verify, and read JWS tokens.
Developers use this class when implementing secure API authentication, token-based authorization, or any feature requiring cryptographically signed JSON data transmission.
It serves as an adapter between Magento's JWT framework and the underlying Jose JWT library.
Public Methods
- build()
- read()
- readHeaders()