module Rodauth::RequestMethods

def rodauth(name=scope.default_rodauth_name)

def rodauth(name=scope.default_rodauth_name)
  scope.rodauth(name).route!
end