shell bypass 403

Cubjrnet7 Shell


name : Constraint.php
<?php

namespace Lcobucci\JWT\Validation;

use Lcobucci\JWT\Token;

interface Constraint
{
    /** @throws ConstraintViolation */
    public function assert(Token $token);
}

© 2025 Cubjrnet7