dj-rest-auth
dj-rest-auth copied to clipboard
Can't authorize with VK by code
https://github.com/jazzband/dj-rest-auth/blob/f6d8468e0048fc84de769c053af395ca7b0678f9/dj_rest_auth/registration/serializers.py#L130
Last parameter should be 'token', not 'access_token' (as then passed as response in social_login = adapter.complete_login(request, app, token, response=response))
Same thing