Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hydnar
Copy link

@hydnar hydnar commented Jun 1, 2020

Xamarin.Auth Pull Request

Fixes # .

Checklist

  • I have included examples or tests
  • I have updated the change log
  • I am listed in the CONTRIBUTORS file
  • I have cleaned up the commit history (use rebase and squash)

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
Copy link

dnfclas commented Jun 1, 2020

CLA assistant check
All CLA requirements met.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants