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
271 stars 34 forks source link

```invalid client``` error on auth/token with grant_type=password (production) #134

Closed krishnanpandya007 closed 2 years ago

krishnanpandya007 commented 2 years ago

I have my django apk. locally and also a copy on hosting server, however both uses same database, when i start my django server locally and try to send authentication request from frontend to backend, it works fine, but in production version it always shoes invalid client error with grant_type=password

Can you suggest where this erorr arises from actually,

thanks.