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(auth): Add lastRefreshTime to UserMetadata toJSON method. #889

Merged
merged 5 commits into from Jun 23, 2022

Commits on May 12, 2020

  1. Properly parse the lastRefreshTime.

    It's returned from the server in a different format than the other timestamps.
    
    Fixes #887
    rsgowman committed May 12, 2020
    Configuration menu
    Copy the full SHA
    4d5c216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eacce1a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Merge remote-tracking branch 'origin/master' into rsgowman/usermetada…

    …ta_tojson_lastrefreshtime
    rsgowman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2a92140 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge remote-tracking branch 'origin/master' into rsgowman/usermetada…

    …ta_tojson_lastrefreshtime
    rsgowman committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8bb80c1 View commit details
    Browse the repository at this point in the history
  2. Don't specify lastRefreshTime in integration tests

    Since specifying this when importing users isn't supported.
    rsgowman committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f072d6b View commit details
    Browse the repository at this point in the history