I just make this simple call, passing access token, that im retrieving using Vk OpenApi js library.
Email in scope permissions is defined, as an integer.
if backend == 'vk-oauth2': user = request.backend.do_auth(access_token)
But on pipeline associate_by_email the process of creating a new user fails, because there is no email address.
When using this pure library with redirection, everything works fine.
Could somebody help me to solve this?
Same process with registration by access token for Facebook works fine.
I just make this simple call, passing access token, that im retrieving using Vk OpenApi js library. Email in scope permissions is defined, as an integer.
if backend == 'vk-oauth2': user = request.backend.do_auth(access_token)
But on pipeline
associate_by_email
the process of creating a new user fails, because there is no email address. When using this pure library with redirection, everything works fine. Could somebody help me to solve this?Same process with registration by access token for Facebook works fine.