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

Implementing base64url format in C# #878

Merged
merged 15 commits into from
Mar 30, 2016
Merged

Commits on Mar 21, 2016

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

Commits on Mar 22, 2016

  1. Updating C# Client runtime to handle the base64url format and add the…

    … associated Json serializer for properties of that format
    tbombach committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    48d268a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    daf75d9 View commit details
    Browse the repository at this point in the history
  2. Making the code namers for each language treat base64url encoding as …

    …string if they don't handle encoding/decoding
    tbombach committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d6f7539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9337878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ae67cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f900898 View commit details
    Browse the repository at this point in the history
  6. Updating nodejs coverage test to exclude base64url tests that haven't…

    … yet been implemented in the language
    tbombach committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    b74a654 View commit details
    Browse the repository at this point in the history
  7. Adding the code coverage exception for base64url format for all langu…

    …ages until they implement the serialization for the type
    tbombach committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    285b432 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e4df71 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

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

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    1aab052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d3614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b977f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

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