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

Allow Auth credentials to be fetched via callback, backwards compatible #62

Merged
merged 11 commits into from
Sep 8, 2018

Commits on Aug 11, 2018

  1. Fetch auth token via callback

    FOr OIDC or Cognito authentication, auth tokens often expire and need to be re-generated. Using a callback follows the model also used by aws-mobile-appsync-sdk-js
    JohnRbk committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    96835fb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. removed log statement

    JohnRbk committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    0f12745 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    b19ae1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f02f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb6c3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. removed extra blank lines

    JohnRbk committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    ffde83d View commit details
    Browse the repository at this point in the history
  2. fixed copyright

    JohnRbk committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    2574c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f3e14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83c7ab8 View commit details
    Browse the repository at this point in the history
  5. removed extra blank lines

    JohnRbk committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    d6b564b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

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