Skip to content

Commit fe6327d

Browse files
committed
Update package and links
1 parent 87fb496 commit fe6327d

File tree

159 files changed

+4988
-4535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+4988
-4535
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This repository contains ready-to-use examples for integrating Web3Auth across v
1515

1616
1. Clone the repository:
1717
```bash
18-
git clone https://github.com/Web3Auth/web3auth-pnp-examples.git
19-
cd web3auth-pnp-examples
18+
git clone https://github.com/Web3Auth/web3auth-examples.git
19+
cd web3auth-examples
2020
```
2121

2222
2. Choose an example that matches your tech stack

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This example demonstrates how to integrate Web3Auth with Auth0 Google Implicit a
1111

1212
### 1. Clone the repository
1313
```bash
14-
git clone https://github.com/Web3Auth/web3auth-pnp-examples.git
14+
git clone https://github.com/Web3Auth/web3auth-examples.git
1515
```
1616

1717
### 2. Navigate to the example
1818
```bash
19-
cd web3auth-pnp-examples/custom-authentication/grouped-connection/auth0-google-implicit-grouped-example
19+
cd web3auth-examples/custom-authentication/grouped-connection/auth0-google-implicit-grouped-example
2020
```
2121

2222
### 3. Install dependencies

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/package-lock.json

Lines changed: 101 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@tanstack/react-query": "^5.37.1",
7-
"@web3auth/modal": "^10.0.3",
7+
"@web3auth/modal": "^10.0.4",
88
"react": "^18.3.1",
99
"react-dom": "^18.3.1",
1010
"wagmi": "^2.14.16"

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function App() {
102102

103103
<footer className="footer">
104104
<a
105-
href="https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/web-no-modal-sdk/custom-authentication/grouped-connection/auth0-google-implicit-grouped-no-modal-example"
105+
href="https://github.com/Web3Auth/web3auth-examples/tree/main/web-no-modal-sdk/custom-authentication/grouped-connection/auth0-google-implicit-grouped-no-modal-example"
106106
target="_blank"
107107
rel="noopener noreferrer"
108108
>

custom-authentication/grouped-connection/auth0-google-jwt-grouped-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This example demonstrates how to integrate Web3Auth with Auth0 Google JWT authen
1111

1212
### 1. Clone the repository
1313
```bash
14-
git clone https://github.com/Web3Auth/web3auth-pnp-examples.git
14+
git clone https://github.com/Web3Auth/web3auth-examples.git
1515
```
1616

1717
### 2. Navigate to the example
1818
```bash
19-
cd web3auth-pnp-examples/custom-authentication/grouped-connection/auth0-google-jwt-grouped-example
19+
cd web3auth-examples/custom-authentication/grouped-connection/auth0-google-jwt-grouped-example
2020
```
2121

2222
### 3. Install dependencies

0 commit comments

Comments
 (0)