Claim Checking
The claim checker manager is part of the checker component (web-token/jwt-checker
).
spomky-labs/jose
and this framework works a similar way thus migration is very easy. The main differences are:
There are two managers: one for the claims, one for the headers.
The manager only accepts an associative array. Conversion from a string to that array have to be done.
Checkers must implement the Jose\Component\Checker\ClaimChecker
interface.
Before
After
Last updated