Skip to content

Instantly share code, notes, and snippets.

@softberries
Last active January 13, 2023 11:57
Show Gist options
  • Save softberries/928d5a8f282fd5b30737c819d6aeb65c to your computer and use it in GitHub Desktop.
Save softberries/928d5a8f282fd5b30737c819d6aeb65c to your computer and use it in GitHub Desktop.
def callback(%{assigns: %{ueberauth_auth: auth}} = conn, params) do
user_data = %{token: auth.credentials.token, email: auth.info.email, provider: "github"}
……
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment