-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- Create a **Verifier** from the **Custom Auth** Section of the [Web3Auth Developer Dashboard](https://dashboard.web3auth.io/) with following | ||
configuration: | ||
|
||
- Choose a name of your choice for the verifier identifier. `eg. google-core-verifier` | ||
- Select environment: `Sapphire Devnet` or `Sapphire Mainnet` as per your requirement. | ||
- Select `Google` from the **Login Provider**. ![Google - Login Providers list on Web3Auth Dashboard](/images/dashboard/create-verifier.png) | ||
- Paste the **Client ID** from the Google App(above) to the `Client ID` field. | ||
![Google Client ID on Web3Auth Dashboard](/images/dashboard/create-verifier-google.png) | ||
- Click on the `Create` button to create your verifier. It may take up to 10 minutes to deploy the verifier on _Sapphire Devnet_. You'll receive an | ||
email once it's complete. | ||
|
||
- You will require the `verifierName` of the newly created verifier and `clientId` of the Plug and Play Project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1. Follow Google’s instructions to [set up an OAuth 2.0 app.](https://support.google.com/cloud/answer/6158849?hl=en) | ||
2. Paste the following as a Redirect URI into the "Authorized redirect URIs" field. | ||
|
||
- [https://auth.web3auth.io/auth](https://auth.web3auth.io/auth) | ||
|
||
![Google OAuth2.0 App Dashboard](/content-hub/social-providers/google/google-app-redirect-uri.png) | ||
|
||
3. Obtain the OAuth `Client ID` from your [App on the Google Developer dashboard](https://console.developers.google.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters