We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2803c0 + f364d0a commit 13aeb49Copy full SHA for 13aeb49
src/NetDevPack.Security.Jwt.Core/DefaultStore/DataProtectionStore.cs
@@ -123,7 +123,7 @@ private IReadOnlyCollection<KeyMaterial> GetKeys()
123
// IXmlRepository doesn't allow us to update. So remove from Get to prevent errors
124
if (key.IsExpired(_options.Value.DaysUntilExpire))
125
{
126
- Revoke(key).Wait();
+ //Revoke(key).Wait();
127
revokedKeys.Add(key.Id.ToString());
128
}
129
0 commit comments