Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature passwordless social login #2079

Merged
merged 74 commits into from
Feb 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
fee6914
Add social login
bredmond-sf Sep 25, 2024
0a93e1b
Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …
bredmond-sf Sep 25, 2024
2e4bede
Remove new default.js key
bredmond-sf Sep 25, 2024
a383f52
Tweak test
bredmond-sf Sep 26, 2024
114363e
Merge branch 'feature-passwordless-social-login' of github.com:Salesf…
bredmond-sf Sep 26, 2024
76b9cd0
Fix bordercolor
bredmond-sf Sep 26, 2024
da6ac02
Tweak icon
bredmond-sf Sep 26, 2024
f44e927
Merge pull request #2027 from SalesforceCommerceCloud/W-16544327-soci…
bredmond-sf Sep 26, 2024
cf49a18
Merge branch 'feature-passwordless-social-login' of github.com:Salesf…
bredmond-sf Sep 27, 2024
89f9a30
Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …
bredmond-sf Oct 1, 2024
82be946
Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …
bredmond-sf Oct 2, 2024
7a2dedd
Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …
bredmond-sf Oct 3, 2024
7f01ff7
Add wrappers for social login helpers in `commerce-sdk-react` (#2049)
yunakim714 Oct 9, 2024
59a1ddc
Merge branch 'develop' into feature-passwordless-social-login
hajinsuha1 Oct 15, 2024
34c450c
Merge branch 'develop' into feature-passwordless-social-login
hajinsuha1 Oct 15, 2024
27ec267
Merge branch 'develop' into feature-passwordless-social-login
hajinsuha1 Oct 22, 2024
f116aca
Add wrappers for passwordless login helpers in `commerce-sdk-react` (…
yunakim714 Oct 24, 2024
8a3798e
Social Login Redirect Page (#2068)
yunakim714 Oct 24, 2024
415b673
Merge branch 'develop' into feature-passwordless-social-login
hajinsuha1 Oct 29, 2024
7d80a01
Merge branch 'develop' into feature-passwordless-social-login
hajinsuha1 Oct 31, 2024
ef0fbe2
@W-16617186 Passwordless Login UI Buttons (#2032)
hajinsuha1 Oct 31, 2024
372abcf
@W-16795956 - Implement "Check Email" page (#2110)
yunakim714 Nov 11, 2024
8bc9f69
@W-16909794 - Add passwordless/social login UI buttons to Checkout pa…
yunakim714 Nov 13, 2024
c02cf88
Merge branch 'develop' into feature-passwordless-social-login
hajinsuha1 Nov 21, 2024
888776d
Merge branch 'develop' into feature-passwordless-social-login
yunakim714 Dec 4, 2024
25b3661
@W-16889880 - Complete Social Login Integration: Connect Backend API …
yunakim714 Dec 4, 2024
efe9c14
@W-17263304 Passwordless login with marketing cloud (#2131)
bredmond-sf Dec 30, 2024
1c687fd
@W-17458080 - Use env vars to configure redirect and callback uris fo…
yunakim714 Jan 14, 2025
4a60961
add back button
jeremy-jung1 Jan 16, 2025
306107e
Merge branch 'develop' into feature-passwordless-social-login
jeremy-jung1 Jan 16, 2025
fd37b12
changelog
jeremy-jung1 Jan 16, 2025
3ec8af6
linting
jeremy-jung1 Jan 16, 2025
868bfb3
Add test
jeremy-jung1 Jan 17, 2025
0d5e884
translations
jeremy-jung1 Jan 17, 2025
9c8006a
Merge branch 'develop' into feature-passwordless-social-login
jeremy-jung1 Jan 17, 2025
76664e1
Change text
jeremy-jung1 Jan 17, 2025
a2133ec
Update index.test.js
jeremy-jung1 Jan 17, 2025
9aecbd6
Add condition
jeremy-jung1 Jan 17, 2025
5e2b100
linting
jeremy-jung1 Jan 17, 2025
751e58c
Update spacing
jeremy-jung1 Jan 17, 2025
0c08ccf
Remove changelog for later and spacing
jeremy-jung1 Jan 21, 2025
37e78d1
Account for spacing above and below stack
jeremy-jung1 Jan 21, 2025
c83473d
Merge pull request #2208 from SalesforceCommerceCloud/W-17526051-back…
jeremy-jung1 Jan 21, 2025
fb61a7b
@W-17458039 - Handle error states for social/passwordless login and r…
yunakim714 Jan 22, 2025
1b9aeb5
@W-17271709 Passwordless Login in Checkout (#2178)
hajinsuha1 Jan 22, 2025
b70a97c
@W-17386338 - Secure SSR Endpoints by Verifying SLAS Callback Request…
yunakim714 Jan 23, 2025
86964df
Merge branch 'develop' into feature-passwordless-social-login
yunakim714 Jan 28, 2025
a17d1b1
Merge branch 'develop' into feature-passwordless-social-login
yunakim714 Jan 30, 2025
960d851
@W-17550783 - [Passwordless login] Redirect customer to page prior to…
yunakim714 Feb 3, 2025
d84a358
Merge branch 'develop' into feature-passwordless-social-login
yunakim714 Feb 5, 2025
5a47508
cleanup
yunakim714 Feb 5, 2025
18cd6eb
Merge branch 'feature-passwordless-social-login' of github.com:Salesf…
yunakim714 Feb 5, 2025
1cf11d6
change jose registry to npmjs
yunakim714 Feb 5, 2025
67b6fb5
update changelog
yunakim714 Feb 5, 2025
f025826
update pwa-kit-create-app changelog'
yunakim714 Feb 5, 2025
48da858
fix unit tests
yunakim714 Feb 6, 2025
9b2c5bb
resolve absolute paths issue with babel
yunakim714 Feb 6, 2025
65572b7
fix retail app unit tests
yunakim714 Feb 6, 2025
2d2f5f4
resolve flaky checkout test
yunakim714 Feb 6, 2025
bf0cb44
add 1s timeout
yunakim714 Feb 6, 2025
c41787e
apply babel config to all files in template retail app
yunakim714 Feb 6, 2025
908c20f
cleanup
yunakim714 Feb 6, 2025
445d4ef
lint:
yunakim714 Feb 6, 2025
458f911
fix social login not using private client and refactor applySLASPriva…
hajinsuha1 Feb 6, 2025
ccc8a1f
[Social Login] Remove initial fetch to improve performance (#2243)
yunakim714 Feb 10, 2025
09ef3df
bump commerce sdk isomorphic version
yunakim714 Feb 10, 2025
bf22e96
Merge branch 'develop' into feature-passwordless-social-login
vmarta Feb 10, 2025
72a160e
Fix linting error
vmarta Feb 10, 2025
33b7c88
Fix CI test for Checkout Confirmation
vmarta Feb 11, 2025
e173869
Bump up the bundle size limit
vmarta Feb 11, 2025
f5db134
Update Social Login E2E test (#2248)
yunakim714 Feb 11, 2025
83295ac
[Social Login] Update default value of `applySLASPrivateClientToEndpo…
vmarta Feb 12, 2025
32f9f69
Update CHANGELOG.md
vmarta Feb 12, 2025
4e15295
Merge branch 'develop' into feature-passwordless-social-login
vmarta Feb 12, 2025
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

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.