askidmobile / angular-6-social-login-v2

Social authentication module for Angular 6. Includes Facebook, Google, Vkontakte
0 stars 6 forks source link

[VK] using sig like a token instead of access_token #3

Open antonmikhaliou opened 6 years ago

antonmikhaliou commented 6 years ago

In version 1.0.5, the sig is used as a token, but the access_token is actually a token.

hdmiimdh commented 5 years ago

Heya, can we fix that? That's 1 line fix and I can help you to create a PR.

hdmiimdh commented 5 years ago

@askidmobile please take a look and let me know what you think https://github.com/askidmobile/angular-6-social-login-v2/pull/8

that's actually a critical piece since we chose your solution bc of the VK provider, that in fact doesn't work without this change, anyway thanks for your effort, very much appreciated