OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.
- Added support for multiple protocols (Tjerk Meesters)
- Signature generation fix for quoted values
- Added disableSSLChecks and enableSSLChecks (enabled by default)
- Added support for following and signing redirects