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

Miscellaneous improvements. #2

Merged
merged 1 commit into from
Jan 19, 2013
Merged

Conversation

mikelehen
Copy link
Contributor

  • Use System.Web.Script.Serialization.JavaScriptSerializer instead of
    NewtonSoft.Json (just to avoid external dependencies).
  • Target the full 3.5 profile instead of the client profile, since
    JavaScriptSerializer requires it (the nuget package was targetting the
    full profile already anyway).
  • Add DecodeToObject() method to deserialize the JSON payload.
  • Throw custom exception on invalid signature instead of
    InvalidOperationException.
  • Add doc comments to methods.
  • Add installation / usage details to Readme.md.
  • Bump version number to 1.2.

* Use System.Web.Script.Serialization.JavaScriptSerializer instead of
  NewtonSoft.Json (just to avoid external dependencies).
* Target the full 3.5 profile instead of the client profile, since
  JavaScriptSerializer requires it (the nuget package was targetting the
  full profile already anyway).
* Add DecodeToObject() method to deserialize the JSON payload.
* Throw custom exception on invalid signature instead of
  InvalidOperationException.
* Add doc comments to methods.
* Add installation / usage details to Readme.md.
* Bump version number to 1.2.
mikelehen added a commit that referenced this pull request Jan 19, 2013
Miscellaneous improvements.
@mikelehen mikelehen merged commit 84efaca into jwt-dotnet:master Jan 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant