Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Nemiro.OAuth v1.8

Compare
Choose a tag to compare
@alekseynemiro alekseynemiro released this 08 Mar 15:54
· 46 commits to master since this release

March 8, 2015

This version includes enhancements for customization.

  • Fixed bug with DefaultScope and Scope;
  • Added the ability to register multiple client with the same name;
  • Added decoding html-entities in the processing of a callback address, if provider, for some reason, perform encoding (potential problem is detected in Foursquare);
  • Allowed to specify the GrantType after an instance of a client;
  • Opened access (public modifier) to basic properties of the OAuth protocol;
  • Added OAuth client for Assembla;
  • Deleted file of the obsolete Helper class (obsolete since v1.4; use OAuthUtility).