mod_tokenauth: Set name/description on cleanup job

This commit is contained in:
Kim Alvefur 2023-10-21 12:56:39 +02:00
parent 5425a43ba6
commit f4c203502d

View file

@ -347,7 +347,7 @@ function sasl_handler(auth_provider, purpose, extra)
end;
end
module:daily(function()
module:daily("clear expired grants", function()
for username in token_store:items() do
get_user_grants(username); -- clears out expired grants
end