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

"token": [ "Ensure this field has no more than 500 characters." ] } #194

Closed rattanashish closed 11 months ago

rattanashish commented 11 months ago

When you try to sign-in using Apple the token value is usually greater than 500 characters. Hard limit of 500 characters doesn't allow /convert-token endpoint to work. I checked it has been changed to 2000 char in 2.1.3 but still shows same error.

rattanashish commented 11 months ago

Works fine with 2.1.3