ueberauth / ueberauth_vk

vk.com OAuth2 Strategy for Überauth.
https://hex.pm/packages/ueberauth_vk
MIT License
19 stars 12 forks source link

%Ueberauth.Auth.Info{} is population wrong #42

Open Virviil opened 6 years ago

Virviil commented 6 years ago
%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.

sobolevn commented 6 years ago

Thanks for reporting!

@Virviil could you please provide a fix for that?