plugins/mod_tokenauth.lua
changeset 13004 c7253174503e
parent 13003 c87ac7d1967f
child 13007 34ed17ef1c1a
--- a/plugins/mod_tokenauth.lua	Mon Mar 27 20:51:07 2023 +0100
+++ b/plugins/mod_tokenauth.lua	Tue Mar 28 00:30:18 2023 +0200
@@ -226,7 +226,7 @@
 	if token_host ~= module.host then
 		return nil, "invalid-host";
 	end
-	return token_store:set(token_user, token_id, nil);
+	return token_store:set_key(token_user, token_id, nil);
 end
 
 function sasl_handler(auth_provider, purpose, extra)