module Roda::RodaPlugins::RouteCsrf::InstanceMethods

def valid_csrf?(opts=OPTS)

request does not require a CSRF token.
Whether the submitted CSRF token is valid for the request. True if the
def valid_csrf?(opts=OPTS)
  csrf_invalid_message(opts).nil?
end