nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

Added support for JSON payloads. Added support for HTTP PATCH. Oaut… #185

Open apokharel opened 9 years ago

apokharel commented 9 years ago

Changes were made to work with Salesforce. Tested to work. Should merge cleanly.

apokharel commented 8 years ago

Ive made several changes to the branch to improve performance with salesforce and pulled in all the changes from upstream.

  1. support for json payloads
  2. turned off url caching (you may not want this)
  3. ability to specify the active account (you may not want this)
mhuusko5 commented 8 years ago

I'd certainly like to see JSON payload support merged... 👍