Skip to content

Instantly share code, notes, and snippets.

@javierg
Created December 21, 2016 21:11
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/ecd15b74dbc4a3cfd0c756e2330fbcc6 to your computer and use it in GitHub Desktop.
Save javierg/ecd15b74dbc4a3cfd0c756e2330fbcc6 to your computer and use it in GitHub Desktop.
config :ueberauth, Ueberauth,
providers: [
identity: { Ueberauth.Strategy.Identity, [
callback_methods: ["POST"],
uid_field: :email,
nickname_field: :email,
request_path: "/sessions/new",
callback_path: "/sessions/identity/callback",
]}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment