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: AuthenticationHelper - Handle negative BigIntegers #7618

Merged
merged 16 commits into from
Feb 18, 2021

Commits on Jan 25, 2021

  1. fix: Handle negative BigIntegers

    Using two's complement for negative numbers
    manueliglesias committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    1f36227 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Jan 27, 2021

  1. Address PR comments

    manueliglesias committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e955f03 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    7ad25c0 View commit details
    Browse the repository at this point in the history
  2. Address comments

    manueliglesias committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ce598ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c9005e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Feb 4, 2021

  1. Update packages/amazon-cognito-identity-js/src/AuthenticationHelper.js

    Co-authored-by: crockeea <ecrockett0@gmail.com>
    manueliglesias and crockeea authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    25360db View commit details
    Browse the repository at this point in the history
  2. Update packages/amazon-cognito-identity-js/src/AuthenticationHelper.js

    Co-authored-by: crockeea <ecrockett0@gmail.com>
    manueliglesias and crockeea authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    cc800f1 View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    manueliglesias committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a1ef63d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb74b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3b43d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Pad SaltToHashDevices

    manueliglesias committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c3e04ab View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

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

Commits on Feb 16, 2021

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

Commits on Feb 17, 2021

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