Skip to content

Commit a9d9d8c

Browse files
committed
Update guides example links
1 parent 83f298b commit a9d9d8c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/pages/guides/github-oauth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Web3Auth is employed to provide Ethereum private key access and public address a
2525
used to authenticate users
2626

2727
Full example:
28-
https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web3auth-byoa/github-oauth-connection
28+
https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-node/github-oauth-connection
2929

3030
We use two web3auth libraries in this project: `@web3auth/ethereum-provider` and
3131
`@web3auth/node-sdk`.

src/pages/guides/microsoft-oauth.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ This guide will cover the basics of how to integrate Web3Auth with OAuth 2.0, us
2525
authentication. Trying to explain all the flow and covering all the problems that can happen during
2626
the integration. Web3Auth is employed to provide Ethereum private key access and public address.
2727

28-
Full example: https://github.com/web3auth/web3auth-byoa/microsoft-oauth-connection
28+
Full example:
29+
https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-node/microsoft-oauth-connection
2930

3031
We use two web3auth libraries in this project: `@web3auth/ethereum-provider` and
3132
`@web3auth/node-sdk`.

src/pages/guides/telegram-oauth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authentication. Web3Auth is employed to provide Ethereum private key access and
2525
Telegram OAuth is used to authenticate users
2626

2727
Full example:
28-
https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/web3auth-byoa/telegram-oauth-connection
28+
https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/single-factor-auth-node/telegram-oauth-connection
2929

3030
We use two web3auth libraries in this project: `@web3auth/ethereum-provider` and
3131
`@web3auth/node-sdk`. Also we are usign a telegram libray `@telegram-auth/server`.

0 commit comments

Comments
 (0)