#2300·jwt-auth

ttl issue with version 2.3.0

Author: ashishovCreated Mar 15, 2026Updated Sep 15, 2026

in version 2.3.0

file src/Claims/Factory.php

line 194 has changed to $this->ttl = (int) $ttl; from $this->ttl = $ttl; please rollback this change

never expiring token doesn't work anymore.

file src/Factory.php line 137 $this->claimFactory->getTTL() === null // <--- never happen