Soapui Latest Version [work] -
// Example: Auto-extract JWT and check expiry after each REST request def response = context.expand('$REST Request#Response') def jwt = parseJwt(response) def exp = jwt.getClaim("exp").asLong() def now = System.currentTimeMillis() / 1000
public class JwtExpiryAssertion extends AbstractTestAssertion public static final String TYPE = "JWT Expiration Check"; soapui latest version
SoapUI's longevity is built on its ability to handle complex API specifications that many modern tools still struggle with. SoapUI Latest Releases // Example: Auto-extract JWT and check expiry after