Module: Roda::RodaPlugins::BetterAuthPlugin::RequestMethods

Defined in:
lib/better_auth/roda/plugin.rb

Instance Method Summary collapse

Instance Method Details

#better_authObject



48
49
50
51
52
53
# File 'lib/better_auth/roda/plugin.rb', line 48

def better_auth
  app = scope.opts[:better_auth_mounted_app]
  return unless app&.mount_matches?(env)

  halt app.call(env)
end