You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
My suggestion is to organize a more precise exceptions for JWT verification.
For example: \Emarref\Jwt\Verification\ExpirationVerifier:45 should throw
ExpiredException, which should be inherited from base \Emarref\Jwt\Exception\VerificationException. And so with all verifiers.I can prepare a PR, if you think it is necessary in the main repository (in my project it needed).