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

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from

Commits on Sep 25, 2024

  1. Add social login

    bredmond-sf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fee6914 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …

    …into W-16544327-social-login-ui
    bredmond-sf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0a93e1b View commit details
    Browse the repository at this point in the history
  3. Remove new default.js key

    bredmond-sf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2e4bede View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Tweak test

    bredmond-sf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a383f52 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-passwordless-social-login' of github.com:Salesf…

    …orceCommerceCloud/pwa-kit into W-16544327-social-login-ui
    bredmond-sf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    114363e View commit details
    Browse the repository at this point in the history
  3. Fix bordercolor

    bredmond-sf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    76b9cd0 View commit details
    Browse the repository at this point in the history
  4. Tweak icon

    bredmond-sf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    da6ac02 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2027 from SalesforceCommerceCloud/W-16544327-soci…

    …al-login-ui
    
    @W-16544327 social login UI
    bredmond-sf authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f44e927 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge branch 'feature-passwordless-social-login' of github.com:Salesf…

    …orceCommerceCloud/pwa-kit into feature-passwordless-social-login
    bredmond-sf committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cf49a18 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …

    …into feature-passwordless-social-login
    bredmond-sf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    89f9a30 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …

    …into feature-passwordless-social-login
    bredmond-sf committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    82be946 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'develop' of github.com:SalesforceCommerceCloud/pwa-kit …

    …into feature-passwordless-social-login
    bredmond-sf committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7a2dedd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add wrappers for social login helpers in commerce-sdk-react (#2049)

    Add wrappers for social login helpers: `authorizeIDP` and `loginIDPUser`
    ---------
    Co-authored-by: Joel Uong <[email protected]>
    yunakim714 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7f01ff7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    59a1ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c450c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    27ec267 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add wrappers for passwordless login helpers in commerce-sdk-react (#…

    …2075)
    
    * Add `authorizePasswordless` and `getPasswordLessAccessToken` wrappers to `commerce-sdk-react`
    * Add `callbackURI` to Auth class and `CommerceApiProvider`
    
    ---------
    
    Signed-off-by: Yuna Kim <[email protected]>
    yunakim714 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f116aca View commit details
    Browse the repository at this point in the history
  2. Social Login Redirect Page (#2068)

    This PR implements the Social Login redirect page which has a loading state until the user is successfully logged in.
    yunakim714 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8a3798e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    415b673 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    7d80a01 View commit details
    Browse the repository at this point in the history
  2. @W-16617186 Passwordless Login UI Buttons (#2032)

    * add StandardLogin, PasswordlessLogin, SocialLogin components
    hajinsuha1 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ef0fbe2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. @W-16795956 - Implement "Check Email" page (#2110)

    Implement a Check Your Email page that will be used in the passwordless login flow
    
    ---------
    
    Signed-off-by: Yuna Kim <[email protected]>
    yunakim714 authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    372abcf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. @W-16909794 - Add passwordless/social login UI buttons to Checkout pa…

    …ge (#2105)
    
    Add passwordless/social login UI buttons to the Checkout page if enabled.
    
    ---------
    
    Signed-off-by: Jinsu Ha <[email protected]>
    Signed-off-by: Yuna Kim <[email protected]>
    Co-authored-by: Jinsu Ha <[email protected]>
    Co-authored-by: Jinsu Ha <[email protected]>
    3 people authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8bc9f69 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    c02cf88 View commit details
    Browse the repository at this point in the history