AFXAuthClient icon indicating copy to clipboard operation
AFXAuthClient copied to clipboard

Fixed two violations of the OAuth spec (section 9.1.1)

Open wroluk opened this issue 8 years ago • 0 comments

Fixed two violations of the OAuth spec (section 9.1.1):

  1. Take parameters from the request body only if content-type is 'application/x-www-form-urlencoded'
  2. Use parameters that are in the URL query part for OAuth signature

wroluk avatar Nov 21 '16 11:11 wroluk