wagnerdelima / drf-social-oauth2

drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
https://drf-social-oauth2.readthedocs.io/en/latest/
MIT License
270 stars 34 forks source link

oauthlib.oauth2.rfc6749.errors.InvalidClientIdError: (invalid_request) <....SANITIZED> when i'm using Django>=4.0.4 #126

Closed anusikh closed 2 years ago

anusikh commented 2 years ago

I followed the README to get this package working on Django>=4.0.4 and created an application as mentioned in the django-oauth-toolkit section, but when im trying to use social authentication, it gives the above error. The jwt authentication is working just fine though .

wagnerdelima commented 2 years ago

This is impossible to reproduce, there are no instructions, steps, docs, images etc.