Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

1.0.11

Latest
Compare
Choose a tag to compare
@rozmansi rozmansi released this 10 Jan 14:03
· 125 commits to master since this release
  • OAuth finished HTML page upgraded:
    • Excessive container width fixed
    • The error page now includes detailed exception info
  • AccessToken.Expires is non-nullable - DateTime.MaxValue is used to denote non-expiring token.
  • OAuth scopes are now HashSet
  • Switch from Uri to WebRequest as method parameter
  • Unit tests complete
  • Minor cleanups and fixes