app-store-server-library-java icon indicating copy to clipboard operation
app-store-server-library-java copied to clipboard

Allow JWS online checks to be modified at runtime

Open damonho opened this issue 1 year ago • 0 comments

Hi, we are looking into having more control over when online checks are used in the SignedDataVerifier. Currently theres no way for us to enable/disable it at runtime and if we wanted to be able to do so we would need to create 2 instances of it with different enableOnlineChecks values at creation.

Wondering if we can add a setter for the enableOnlineChecks field in the SignedDataVerifier?

damonho avatar Jul 11 '24 04:07 damonho