Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e43fa47
custom session sig setter
himanshuchawla009 Nov 25, 2024
5d6aa4e
passkey registration
himanshuchawla009 Nov 26, 2024
5deb674
fix create session
himanshuchawla009 Nov 26, 2024
a14138b
Release 3.2.7
himanshuchawla009 Nov 26, 2024
8cadb32
Merge branch 'feat/custom-session-sigs' into demo/passskey-plugin-demo
himanshuchawla009 Nov 26, 2024
09514aa
demo updates
himanshuchawla009 Nov 28, 2024
c6bc270
passkey demo fixes
himanshuchawla009 Dec 2, 2024
27d7ae3
Merge pull request #198 from Web3Auth/demo/passskey-plugin-demo
himanshuchawla009 Dec 2, 2024
09327bd
merge with v4
himanshuchawla009 Dec 2, 2024
1401cb1
4.1.0-alpha.0
himanshuchawla009 Dec 2, 2024
6b63307
example fixes
himanshuchawla009 Dec 2, 2024
a86878b
remove debugger
himanshuchawla009 Dec 2, 2024
a1f8149
browser support check added
himanshuchawla009 Dec 2, 2024
ed54e8c
import sfa key
himanshuchawla009 Dec 10, 2024
b987009
fix setup tkey
himanshuchawla009 Dec 10, 2024
09965fd
fix verifier name
himanshuchawla009 Dec 10, 2024
b58b24a
fix import sfa test
himanshuchawla009 Dec 10, 2024
1cfdd18
improve test
himanshuchawla009 Dec 10, 2024
92a94f2
make nonce deletion atomic with tkey
himanshuchawla009 Dec 11, 2024
e52c468
don't allow sfa key import for already upgraded users
himanshuchawla009 Dec 11, 2024
8c02c84
minor cleanup
himanshuchawla009 Dec 11, 2024
74c77f9
Merge pull request #200 from Web3Auth/feat/import-sfa
himanshuchawla009 Dec 11, 2024
e6bd18c
expose context object and custom sig setter
himanshuchawla009 Dec 11, 2024
3aab39b
4.1.1-alpha.0
himanshuchawla009 Dec 12, 2024
94044ef
expose config on context
himanshuchawla009 Dec 12, 2024
96b1b99
4.1.2-alpha.0
himanshuchawla009 Dec 12, 2024
97a01e1
make context read only
himanshuchawla009 Dec 12, 2024
d837e14
4.1.3-alpha.0
himanshuchawla009 Dec 12, 2024
2717db1
switch to context based interface
himanshuchawla009 Dec 12, 2024
7e07d42
4.1.4-alpha.0
himanshuchawla009 Dec 12, 2024
b2c8446
minor cleanup
himanshuchawla009 Dec 12, 2024
a7a7bcc
4.1.5-alpha.0
himanshuchawla009 Dec 12, 2024
4935a36
update demo
himanshuchawla009 Dec 12, 2024
80ee266
reuse session sigs
himanshuchawla009 Dec 12, 2024
eea06ae
add event emitter
himanshuchawla009 Dec 13, 2024
52388af
4.1.6-alpha.0
himanshuchawla009 Dec 13, 2024
965f009
event emitter added
himanshuchawla009 Dec 13, 2024
9729f9c
cleanup
himanshuchawla009 Dec 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions demo/redirect-flow-example/dist/assets/index-CP_Sedkw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo/redirect-flow-example/dist/assets/index-D6SSZYZQ.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

165 changes: 165 additions & 0 deletions demo/redirect-flow-example/dist/assets/index-DX4e5JdD.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demo/redirect-flow-example/dist/assets/index-LBjqkPsc.js

Large diffs are not rendered by default.

Binary file added demo/redirect-flow-example/dist/favicon.ico
Binary file not shown.
46 changes: 46 additions & 0 deletions demo/redirect-flow-example/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<script type="module" crossorigin src="/assets/index-DX4e5JdD.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D6SSZYZQ.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Binary file added demo/redirect-flow-example/dist/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/redirect-flow-example/dist/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions demo/redirect-flow-example/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions demo/redirect-flow-example/dist/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Loading
Loading