This would control how long the license is "valid" for after expiration. Once the grace period has been reached, validations will begin to fail and access to releases will cease. We'll default to nil so that current behavior is kept, but this will allow for "support contracts" to be codified.
Like MAINTAIN_ACCESS, this will cause EXPIRED validations to come back with valid=true until the grace period is reached, with a specific validation message e.g. "is expired (but within grace period)".
This would control how long the license is "valid" for after expiration. Once the grace period has been reached, validations will begin to fail and access to releases will cease. We'll default to
nilso that current behavior is kept, but this will allow for "support contracts" to be codified.Like
MAINTAIN_ACCESS, this will causeEXPIREDvalidations to come back withvalid=trueuntil the grace period is reached, with a specific validation message e.g."is expired (but within grace period)".