defmodule NullaWeb.AuthController do use NullaWeb, :controller def sign_in do end def sign_out do end def sign_up do end end