Skip to content

Instantly share code, notes, and snippets.

@freqn
Last active February 28, 2019 04:04
Show Gist options
  • Save freqn/22cfb4a7e93548d05ccd0494f4f9a016 to your computer and use it in GitHub Desktop.
Save freqn/22cfb4a7e93548d05ccd0494f4f9a016 to your computer and use it in GitHub Desktop.
Phoenix route scoping setup with Ueberauth
scope "/auth", Discuss do
pipe_through :browser
get "/:provider", AuthController, :request
get "/:provider/callback", AuthController, :callback
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment