Skip to content

Commit 62d814d

Browse files
committed
Merge pull request pennersr#1269 from staranjeet/typo-fix
minor typo fix of space
2 parents cfa24e7 + 70dc1ed commit 62d814d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Create a google app to obtain a key and secret through the developer console:
291291

292292
After you create a project you will have to create a "Client ID" and fill in some project details for the consent form that will be presented to the client.
293293

294-
Under "APIs & auth" go to "Credentials" and create a new Client ID. Probably you will want a "Web application" Client ID. Provide your domain name or test domain name in "Authorized JavaScript origins". Finally fill in "http://127.0.0.1:8000/accounts/google/login/callback/" in the "Authorized redirect URI" field. You can fill multiple URLs, one for each test domain.After creating the Client ID you will find all details for the Django configuration on this page.
294+
Under "APIs & auth" go to "Credentials" and create a new Client ID. Probably you will want a "Web application" Client ID. Provide your domain name or test domain name in "Authorized JavaScript origins". Finally fill in "http://127.0.0.1:8000/accounts/google/login/callback/" in the "Authorized redirect URI" field. You can fill multiple URLs, one for each test domain. After creating the Client ID you will find all details for the Django configuration on this page.
295295

296296
Users that login using the app will be presented a consent form. For this to work additional information is required. Under "APIs & auth" go to "Consent screen" and at least provide an email and product name.
297297

0 commit comments

Comments
 (0)