ueberauth_vk
ueberauth_vk copied to clipboard
vk.com OAuth2 Strategy for Überauth.
vk.com API returns an error during callback because current API version in request (v5.8) is deprecated since 1st June 2020 ## Reproduction Try authenticating with /auth/vk, after redirect to callback...
Bumps [credo](https://github.com/rrrene/credo) from 0.9.2 to 1.3.0. Changelog Sourced from credo's changelog. 1.3.0 Enable UnnecessaryAliasExpansion check by default Fix bugs when removing heredocs and charlists from sources Fix false positive on...
Bumps [ueberauth](https://github.com/ueberauth/ueberauth) from 0.6.2 to 0.6.3. Changelog Sourced from ueberauth's changelog. v0.6.3 Dynamic providers Birthday part of info struct Commits ef3770e release 0.6.3 c2eb2d0 Fix typos (#113) c49afdc add birthday...
Bumps [oauth2](https://github.com/scrogson/oauth2) from 0.9.4 to 2.0.0. Release notes *Sourced from [oauth2's releases](https://github.com/scrogson/oauth2/releases).* > ## v2.0.0 > ### Bug fixes (possibly backwards incompatible) > > * Ensure that the OAuth client...
``` %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...