xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
542 stars 350 forks source link

OAuth1 - add optional parameter to put oauth parameters in header instead of query string #442

Open hydnar opened 4 years ago

hydnar commented 4 years ago

Xamarin.Auth Pull Request

Fixes # .

Checklist

Changes proposed in this pull request:

This is a patch to v1.7.0 and was based on the 1.7.0 tag. I use the Xamarin.Auth library against www.trademe.co.nz. They still use OAuth1, and recently improved security by forcing the oauth_ parameters to be provided in the header instead of the query string.

This change provides an optional parameter (default to false, or existing behaviour) which a dev can use to ensure oauth_ parameters are placed in the header instead of the query string.

dnfclas commented 4 years ago

CLA assistant check
All CLA requirements met.