I have setup a redirect uri for a Google API, since I have changed the redirect uri I get an error response that the redirect uri is mismatched.
In the google developer console I see the updated redirect uri but when I try to socially authenticate the django website again and I see that the redirect_uri is still referring to the old one(that no longer exists in credentials redirect url ) that i afterwards updated. So my question is, how long does it take before my changed redirect uri is active?
I have restarted the server and cleared all cached files but still when i try to socially authenticate through google+ api it is still redirecting to that old uri with the redirect_uri_mismatch error.
And i have also created new credentials with new client_id, client_key and correct redirect_url this time and this new client_id is also got updated in the error page url but the redirect_url is still same as old it is not getting updated.
I am using social-auth-django-app for social authentication.
please help me and thanks in advance.
I have setup a redirect uri for a Google API, since I have changed the redirect uri I get an error response that the redirect uri is mismatched.
In the google developer console I see the updated redirect uri but when I try to socially authenticate the django website again and I see that the redirect_uri is still referring to the old one(that no longer exists in credentials redirect url ) that i afterwards updated. So my question is, how long does it take before my changed redirect uri is active?
i have restarted the server and cleared all cached files but still when i try to socially authenticate through google+ api it is still redirecting to that old uri with the redirect_uri_mismatch error.
and i have also created new credentials with new client_id, client_key and correct redirect_url this time and this new client_id is also got updated in the error page url but the redirect_url is still same as old it is not getting updated.
and i am using social-auth-django-app for social authentication.