Closed SebastianHurtado98 closed 2 years ago
At some point between views.ConvertTokenView.post and oauth2_grants.SocialTokenGrant.validate_token_request the client_id goes from my google client id to None. If I send (from Swift) the parameters as url parameters instead of a json body the error goes away.
Hi @SebastianHurtado98
Apologies for the delay. I am happy you managed to solve the issue. This is definitely Swift-related.
I am trying to use social login for a mobile app in swift and I get a MissingClientId error despite having the complete JSON.
As you can see in the image, I'm using the access token from google.
I am pretty new to swift, it may be an error related to my code and not the package. I tested the backend using Postman and the same data and everything works fine.