This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
- 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