Packages

Testing Strategy for Ueberauth.

Current section

Files

Jump to
ueberauth_testing lib ueberauth strategy testing.ex
Raw

lib/ueberauth/strategy/testing.ex

defmodule Ueberauth.Strategy.Testing do
def handle_request!(conn), do: conn
def handle_callback!(conn), do: conn
def handle_cleanup!(conn), do: conn
end