Skip to content

Commit

Permalink
Update zk_login.md (MystenLabs#13677)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
randall-Mysten authored Sep 7, 2023
1 parent ce94f58 commit 9ebcda3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/src/build/zk_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,14 @@ In Mainnet, you must configure the client ID (`$CLIENT_ID`) and redirect URL (`$
1. Select "APIs & Services" then "Credentials", where you can find the client ID. Set the redirect URL. This should be the wallet or application front end.

![1](../../static/zklogin-google1.png "Sign up for Google developer account")

*Sign up for Google developer account*
<p>&nbsp;</p>

![2](../../static/zklogin-google2.png "Go to Credentials")

*Go to Credentials*
<p>&nbsp;</p>

![3](../../static/zklogin-google3.png "Configure Redirect URL")

*Configure a Redirect URL*

### Facebook
Expand All @@ -90,12 +87,10 @@ In Mainnet, you must configure the client ID (`$CLIENT_ID`) and redirect URL (`$
1. Select "Build your app" then "Products" then "Facebook Login" where you can find the client ID. Set the redirect URL. This should be the wallet or application frontend.

![1](../../static/zklogin-facebook1.png "Sign up for Facebook developer account")

*Sign up for Facebook developer account*
<p>&nbsp;</p>

![2](../../static/zklogin-facebook2.png "Go to Settings")

*Go to Settings*

### Twitch
Expand All @@ -105,12 +100,10 @@ In Mainnet, you must configure the client ID (`$CLIENT_ID`) and redirect URL (`$
1. Go to "Register Your Application" then "Application" where you can find the client ID. Set the redirect URL. This should be the wallet or application frontend.

![1](../../static/zklogin-twitch1.png "Sign up for Twitch developer account")

*Sign up for Twitch developer account*
<p>&nbsp;</p>

![2](../../static/zklogin-twitch2.png "Go to Console")

*Go to Console*

## Set Up OAuth Flow
Expand Down

0 comments on commit 9ebcda3

Please sign in to comment.