php-jwt
php-jwt copied to clipboard
fix: Throw exception on invalid base64
Fixed JWT::urlsafeB64Decode not actually throwing an InvalidArgumentException on invalid base64 characters, despite doc comment saying that it does.