Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"vk-openapi" backend error #250

Closed
MrYoda opened this issue Apr 18, 2014 · 2 comments
Closed

"vk-openapi" backend error #250

MrYoda opened this issue Apr 18, 2014 · 2 comments

Comments

@MrYoda
Copy link

MrYoda commented Apr 18, 2014

Hi
There is the line In auth_complete() method:

if not 'id' in self.data or not self.strategy.cookie_get(app_cookie):
            raise ValueError('VK.com authentication is not completed')

But there is no any cookie_get() methods in whole project.
How I can implement this? Can you fix it?
Thanks

omab added a commit that referenced this issue Apr 18, 2014
@omab
Copy link
Owner

omab commented Apr 18, 2014

@MrYoda, I've made the change but I'm not sure that will make the backend work since I don't a reference to where that cookie was being set, the same happens in the original version in django-social-auth.

@omab
Copy link
Owner

omab commented May 7, 2014

Closing, reopen if needed.

@omab omab closed this as completed May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants