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
Removed: jwkstool command-line tool and associated dependencies
(most notably symfony/console). jwkstool is now available
as a separate package kelvinmo/jwkstool
Changed: Providing invalid JSON tokens into JWT::deserialise() and
JWE::decrypt() will throw an InvalidTokenException instead of InvalidArgumentException
Changed: JWT and JWE methods now check for validity of
algorithm classes
Changed: Additional type hinting on public API methods