Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
33732bd
Add code stubs from SPIKE
yunakim714 Jan 9, 2026
49d41c6
Call out to authorizeWebauthnRegistration auth helper
yunakim714 Jan 12, 2026
016ac69
Merge branch 'feature/webauthn-login' into W-20474693-passkey-creation
yunakim714 Jan 12, 2026
ba2e2e8
Show toast on account page if customer is registered
yunakim714 Jan 12, 2026
2d8e140
pull in OTP Auth modal changes from 1 click checkout feature branch
hajinsuha1 Dec 31, 2025
d626a93
Add OTP auth modal
yunakim714 Jan 13, 2026
7a4b57c
Add test files
yunakim714 Jan 13, 2026
028e560
Only show Create Passkey toast if webauthn is browser compatible
yunakim714 Jan 13, 2026
9cab5e2
Only show toast on successful login or account creation
yunakim714 Jan 14, 2026
319d109
Show passkey toast on checkout page
yunakim714 Jan 14, 2026
240a7b8
Add close button to toast
yunakim714 Jan 14, 2026
13704ab
Create passkey context so modal opens from anywhere within the storef…
yunakim714 Jan 15, 2026
6c8f205
Add test file for provider:
yunakim714 Jan 15, 2026
152e35d
Localize text
yunakim714 Jan 15, 2026
dd47c53
Localize text
yunakim714 Jan 15, 2026
f80a2bd
Remove passkey creation from checkout
yunakim714 Jan 16, 2026
a180a8b
Lint
yunakim714 Jan 16, 2026
674b624
Cleanup
yunakim714 Jan 16, 2026
608910a
Fix bug
yunakim714 Jan 16, 2026
405ee0f
Update to preview version of commerce-sdk-react for now - REVERT when…
yunakim714 Jan 16, 2026
f4e8321
Lint
yunakim714 Jan 16, 2026
83de486
Remove eslint comments
yunakim714 Jan 20, 2026
1a5cea4
Resolve CI error
yunakim714 Jan 20, 2026
a0e6bc3
Lint
yunakim714 Jan 20, 2026
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
51 changes: 4 additions & 47 deletions packages/commerce-sdk-react/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/commerce-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version": "node ./scripts/version.js"
},
"dependencies": {
"commerce-sdk-isomorphic": "4.2.0",
"commerce-sdk-isomorphic": "4.0.0-unstable-20260116080750",
"js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0"
},
Expand Down
266 changes: 140 additions & 126 deletions packages/template-retail-react-app/app/components/_app/index.jsx

Large diffs are not rendered by default.

Loading
Loading