Closed gquintard closed 11 months ago
We only use ctx->now.
ctx->now
Removing the asserts will allow users to call xkey.purge() from a backend context, if that's a too big of a footgun, we can use $Restrict
xkey.purge()
$Restrict
Can you add a test case? At least to make sure this is safe.
of course
new test pushed
We only use
ctx->now
.Removing the asserts will allow users to call
xkey.purge()
from a backend context, if that's a too big of a footgun, we can use$Restrict