plugins/mod_tokenauth.lua
changeset 13280 c34266c061c9
parent 13279 5db61e0dfc62
child 13309 852a61c720d0
--- a/plugins/mod_tokenauth.lua	Sat Oct 21 12:33:55 2023 +0200
+++ b/plugins/mod_tokenauth.lua	Sat Oct 21 12:56:39 2023 +0200
@@ -347,7 +347,7 @@
 	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