Überauth + Phoenix Example

This is an application to show an example of how to wire up Überauth with Phoenix.

<%= if @current_user do %>

Welcome, <%= @current_user.name %>!

<%= link "Logout", to: Routes.auth_path(@conn, :delete), method: "delete", class: "button" %>
<% else %> <% end %>