module Roda::RodaPlugins::RouteCsrf::InstanceMethods
def valid_csrf?(opts=OPTS)
Whether the submitted CSRF token is valid for the request. True if the
def valid_csrf?(opts=OPTS) csrf_invalid_message(opts).nil? end
def valid_csrf?(opts=OPTS) csrf_invalid_message(opts).nil? end