module Roda::RodaPlugins::Rodauth::RequestMethods

def rodauth(name=nil)

def rodauth(name=nil)
  auth = scope.rodauth(name)
  auth.route_block_methods.each do |meth|
    scope.instance_exec(self, auth, &auth.send(meth))
  end
end