Skip to content

Instantly share code, notes, and snippets.

@javierg
Created December 21, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierg/997977a314253f98ee10b53558ed8c7c to your computer and use it in GitHub Desktop.
Save javierg/997977a314253f98ee10b53558ed8c7c to your computer and use it in GitHub Desktop.
scope "/sessions", PhoenixUeberauthComeonin do
pipe_through [:browser]
get "/new", SessionsController, :new
post "/identity/callback", SessionsController,
:identity_callback
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment