for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\JWT\Validator;
use Zenstruck\JWT\Token;
/**
* @author Kevin Bond <[email protected]>
*/
final class IdValidator extends ExpectedClaimValidator
{
* {@inheritdoc}
protected function claim()
return Token::CLAIM_JTI;
}