-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I'm trying to use this library in conjunction with a React application and I'm implementing a LinkedIN login.
The issue I'm facing is that my redirect_uri is different from the default python social auth value. I'm receiving the authorization code on the front-end and triggering the mutation, however I'm receiving a graphql.error.located_error.GraphQLLocatedError: Your credentials aren't allowed
error, most probably because of the different redirect_uri values (LinkedIN is enforcing using the same redirect_uri).
Previously, I was using the django-rest-social-auth
package that provides for supplying a value for the redirect_uri
value. I was wondering if something similar is possible using django-graphql-social-auth
.
Metadata
Metadata
Assignees
Labels
No labels