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

feat(auth): Enable resumable SignIn #13483

Merged
merged 55 commits into from
Sep 23, 2024

Commits on Jun 7, 2024

  1. Resumable Sign In

    JoonWon Choi committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e78c8e4 View commit details
    Browse the repository at this point in the history
  2. Add clear after rehydration

    JoonWon Choi committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    49bb952 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Synchronous Session Storage implementation

    JoonWon Choi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    611357a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d3944b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix error dependency path

    JoonWon Choi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    814ccf3 View commit details
    Browse the repository at this point in the history
  2. Modify init sequence

    JoonWon Choi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a413779 View commit details
    Browse the repository at this point in the history
  3. Bug fix

    JoonWon Choi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4532bc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Move SyncSessionStorage to core

    JoonWon Choi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2dd0fd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix defaulting state

    JoonWon Choi committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a54055e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Fix calling wrong method

    JoonWon Choi committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3816f2f View commit details
    Browse the repository at this point in the history
  2. Add Unittest for SyncSessionstorage

    JoonWon Choi committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    20cd812 View commit details
    Browse the repository at this point in the history
  3. Adjust bundle size, fix exports

    JoonWon Choi committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5f99aad View commit details
    Browse the repository at this point in the history
  4. Adjust bundle size, fix typo

    JoonWon Choi committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f040d10 View commit details
    Browse the repository at this point in the history
  5. Loosen jest cov for src/utils

    JoonWon Choi committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c4642cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8abe4d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. ResumableSignIn Unit Tests

    JoonWon Choi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8237695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d666e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Modified signInStore implementation

    JoonWon Choi committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bf370d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8077bb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Complemented additional behaviors to address potential discrepancy du…

    …ring confirmSignIn
    JoonWon Choi committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b91fec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    be3db29 View commit details
    Browse the repository at this point in the history
  2. Modified State persistence behavior

    JoonWon Choi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9f6c933 View commit details
    Browse the repository at this point in the history
  3. Update params

    JoonWon Choi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    82316a5 View commit details
    Browse the repository at this point in the history
  4. Add mock implementation to resolve test issue

    JoonWon Choi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2c7600a View commit details
    Browse the repository at this point in the history
  5. Changed expiration check logic

    JoonWon Choi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    08419ba View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Polish persistSignInState()

    JoonWon Choi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7e91d0f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    e0eed74 View commit details
    Browse the repository at this point in the history
  2. Adjust bundle size

    JoonWon Choi committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9a0d6d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    363635d View commit details
    Browse the repository at this point in the history
  2. Add persisting action for session

    JoonWon Choi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    247ccc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    539688b View commit details
    Browse the repository at this point in the history
  2. Add spyOn checkpoints

    JoonWon Choi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    dea838e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. enable integ

    JoonWon Choi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    deb0d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae163e View commit details
    Browse the repository at this point in the history
  3. Revert jest config for aws-amplify package test

    JoonWon Choi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dbe8d02 View commit details
    Browse the repository at this point in the history
  4. revert workflow

    JoonWon Choi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7d0527c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Remove redundant features, improve efficiency

    JoonWon Choi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    efb2331 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4899023 View commit details
    Browse the repository at this point in the history
  2. Adjust bundle size limit

    JoonWon Choi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c4b043a View commit details
    Browse the repository at this point in the history
  3. Remove redundancy, fix annotation

    JoonWon Choi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3e54290 View commit details
    Browse the repository at this point in the history
  4. Replace cleanActiveSignInState()

    JoonWon Choi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9f488c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Enable CI for Resumable SMS MFA

    JoonWon Choi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6168bcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed930f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    1f120ab View commit details
    Browse the repository at this point in the history
  2. Modify dependency to foundations

    JoonWon Choi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    92ce212 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    bd5b099 View commit details
    Browse the repository at this point in the history
  2. Update Integ

    JoonWon Choi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    224f148 View commit details
    Browse the repository at this point in the history
  3. Revert

    JoonWon Choi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0b0c518 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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