I am using React and Django to implement an OAuth Google login, however whenever I send the request, I receive the access denied error. I am handling the request in the backend using the drf-Social-Oauth2 library.
{"error":"access_denied","error_description":"Your credentials aren't allowed"}path('api-auth/', include('drf_social_oauth2.urls', namespace='drf')),