GenFirst / react-twitter-auth

A React Twitter Login Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending verification code in POST body?

sdob opened this issue · comments

Hi,

The component is great, and is about 99% perfect for our use case; thanks for writing it! We'd like to be able to send the verifier and token to our loginUrl endpoint in the request body — rather than in the query string — like so:

{"oauth_verifier" "xxxxxxx", "oauth_token": "xxxxxxx"}

We've forked it to do so, but obviously we'd rather contribute upstream than maintain our own fork. :-) Would you be willing to consider a fleshed-out pull request with the request style (query vs. body) as an optional prop?

Hi @sdob,

Sorry for late response. I was on vacation and I was not using my laptop :D

I would be very interested to accept your PR. Please, feel free to create PR. I will do some testing and merge it into master.

I really appreciate your effort.

I have to clone and modify this component because it was missing this feature.
Sending data in URL parameters for POST seams wrong.