Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Katsuyuki Omuro <harmony7@pex2.jp>
  • Loading branch information
doramatadora and harmony7 authored Jul 3, 2024
1 parent 5f3c2f0 commit 7e4b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit 7e4b216

Please sign in to comment.