In django allauth stopped working oauth vkontakte. Apparently this is due to the fact that VK from 2018 requires you to specify the version of the API.
Where does the allauth library need to make changes?
In django allauth stopped working oauth vkontakte. Apparently this is due to the fact that VK from 2018 requires you to specify the version of the API.
Where does the allauth library need to make changes?
Do you have the latest version of the library?
I see that here the version is indicated: https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/providers/vk/views.py
pip install installs the old version without fix. That was the problem. Thank. - yestema pmSource: https://ru.stackoverflow.com/questions/805732/
All Articles