From 7e4b2162118e713955a5ca632413e95d4245089b Mon Sep 17 00:00:00 2001 From: Dora Militaru Date: Wed, 3 Jul 2024 08:40:06 +0100 Subject: [PATCH] Update README.md Co-authored-by: Katsuyuki Omuro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 783750e..97dea91 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You might operate your own identity service, but any [OAuth 2.0, OpenID Connect This starter kit is pre-configured to work with Google OAuth clients, so if you are using Google, follow these steps: -1. In the [Google API Console](https://console.cloud.google.com/), search for "oauth" and navigate to the [Credentials](https://console.cloud.google.com/apis/credentials) page. Select **+ Create Credentials** > **OAuth Client ID**. +1. In the [Google API Console](https://console.cloud.google.com/), search for "oauth" and navigate to the [Credentials](https://console.cloud.google.com/apis/credentials) page. Select **+ Create Credentials** > **OAuth client ID**. 1. Select the **Web application** type and give your app a name. 1. Add `http://127.0.0.1:7676` and `http://127.0.0.1:7676/callback` to **Authorized JavaScript origins** and **Authorized redirect URIs**, respectively. This is for local testing only; remember to remove these URLs later! 1. Tap **Create**.