ueberauth_vk
ueberauth_vk copied to clipboard
%Ueberauth.Auth.Info{} is population wrong
%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.
Thanks for reporting!
@Virviil could you please provide a fix for that?