Skip to content

Commit bfc8e71

Browse files
Merge pull request #109 from Web3Auth/v3
V3
2 parents 36e608b + 6b1fd1e commit bfc8e71

File tree

145 files changed

+9141
-134341
lines changed

Some content is hidden

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

145 files changed

+9141
-134341
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Check out Git repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Set up node
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node }}
22-
cache: "npm"
22+
cache: npm
2323

2424
- name: Install dependencies
2525
run: npm install
26-
- name: run build
26+
27+
- name: Build
2728
run: npm run build
29+
2830
- name: Run tests
2931
run: npm run test

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26-
27-
# todo: for local testing still tkey-mpc merge
28-
*.tgz
26+
*.tgz

.npmignore

Lines changed: 0 additions & 112 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Once you're done initialising, just create a button that triggers login for your
7171
}
7272
} as SubVerifierDetailsParams;
7373

74-
await coreKitInstance.loginWithOauth(verifierConfig);
74+
await coreKitInstance.loginWithOAuth(verifierConfig);
7575
```
7676

7777
For JWT(idToken) login

demo/auth0-popup-flow-example/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

demo/auth0-popup-flow-example/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

demo/auth0-popup-flow-example/config-overrides.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)