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

Handle expires_on in int format #698

Merged
merged 6 commits into from May 19, 2022

Commits on May 19, 2022

  1. Handle expires_on in int format

    Unmarshal the value into an interface{} and perform the proper
    conversion depending on the underlying type.
    jhendrixMSFT committed May 19, 2022
    Copy the full SHA
    db74b53 View commit details
    Browse the repository at this point in the history
  2. remove the cruft

    jhendrixMSFT committed May 19, 2022
    Copy the full SHA
    6e2b12d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce117bc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f8cacd9 View commit details
    Browse the repository at this point in the history
  5. fix padding for test

    jhendrixMSFT committed May 19, 2022
    Copy the full SHA
    c0d507d View commit details
    Browse the repository at this point in the history
  6. remove comment

    jhendrixMSFT committed May 19, 2022
    Copy the full SHA
    8fed071 View commit details
    Browse the repository at this point in the history