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

fix: removed the possibility of concurrent webauth transactions to handle continuation misuse #848

Merged
merged 12 commits into from
May 8, 2024

Commits on May 2, 2024

  1. fix: removed the possibility of concurrent webauth transactions to ha…

    …ndle continuation misuse
    desusai7 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ae9b5d2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    737b6b1 View commit details
    Browse the repository at this point in the history
  2. test: updated tests in TransactionStoreSpec to cancel any previous tr…

    …ansaction when a new transaction is added
    desusai7 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b8aa270 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix: updated to cancel any new webauth flows initiated when a webauth…

    … flow is active already
    desusai7 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2a413d7 View commit details
    Browse the repository at this point in the history
  2. chore: minor improvements

    desusai7 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    33a91a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24dced0 View commit details
    Browse the repository at this point in the history
  4. test: updated WebAuthSpec login and logout tests to clear transaction…

    … store before each run to start clean
    desusai7 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5b8d38a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f268917 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1893388 View commit details
    Browse the repository at this point in the history
  7. chore: removed whitespaces

    desusai7 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    20acabc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b3db63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69f1f85 View commit details
    Browse the repository at this point in the history