ueberauth_vk icon indicating copy to clipboard operation
ueberauth_vk copied to clipboard

%Ueberauth.Auth.Info{} is population wrong

Open Virviil opened this issue 7 years ago • 1 comments

%Ueberauth.Auth.Info{
  description: nil,
  email: nil,
  first_name: "Dmitry",
  image: nil,
  last_name: "Rubinshteyn",
  location: nil,
  name: "Dmitry Rubinshteyn",
  nickname: nil,
  phone: nil,
  urls: %{vk: "https://vk.com/id"}
}

This is what I'm getting from success auth.

It seems, that uid was changed to id, so urls are population wrong.

Virviil avatar Apr 26 '18 07:04 Virviil

Thanks for reporting!

@Virviil could you please provide a fix for that?

sobolevn avatar Apr 26 '18 07:04 sobolevn