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

[SDK-1279] getTokenSilently retry logic #336

Merged
merged 12 commits into from
Feb 17, 2020
Merged

Commits on Feb 7, 2020

  1. Added retry logic to getJSON

    Steve Hobbs committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    2bca127 View commit details
    Browse the repository at this point in the history
  2. Moved retry count to a constant

    Steve Hobbs committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    3e31e26 View commit details
    Browse the repository at this point in the history
  3. Reverted changes to oauthToken

    Steve Hobbs committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e196a80 View commit details
    Browse the repository at this point in the history
  4. Reduced retry count to 3

    Steve Hobbs committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    7f3b67d View commit details
    Browse the repository at this point in the history
  5. Implemented a timeout around the fetch call

    Steve Hobbs committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    6cc0f57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    021445f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge branch 'release/rtr' into rtr/retry

    Steve Hobbs authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    422e0bf View commit details
    Browse the repository at this point in the history
  2. Fixed broken test after merge

    Steve Hobbs committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    178850b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Implemented AbortController to abort fetch on timeout

    Steve Hobbs committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    df1ba30 View commit details
    Browse the repository at this point in the history
  2. Added abortcontroller polyfill

    Steve Hobbs committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6cc044e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Merge branch 'release/rtr' into rtr/retry

    Steve Hobbs authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    977574d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1ff54 View commit details
    Browse the repository at this point in the history