📁 Google OAuth App
← Cancel and Back
📖 How to Connect
-
1.
Go to Google
Cloud Console and create a project.
-
2.
Search for "APIs & Services" > "OAuth consent screen" and configure as
"External".
-
3.
In "Credentials", click "Create Credentials" > "OAuth client ID".
-
4.
Select "Web application" and add
http://localhost:8000/auth/callback to
**Authorized redirect URIs**.
-
5.
Copy the Client ID and Client Secret into the fields above.