I'm trying to make a token double submit mechanism for my cherrypy website.
The client side rpc always includes a "_token" parameter in request. I would prefer not to add "_token" as a parameter to every request handling function i write. I just want to check cherrypy.request.params["_token"] in an "on_start_resource" Tool i've added.