ianjwhite99 / connected-car-node-sdk

Open-source JavaScript SDK for Ford vehicles connected via FordPass and SYNC.
MIT License
51 stars 10 forks source link

Add support for proxy #31

Closed sauravkumal closed 2 years ago

sauravkumal commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I would like to request for a proxy feature.

Describe the solution you'd like A clear and concise description of what you want to happen. Currently it works locally but when I run the program in digitalocean, it gets blocked.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

I had previously made it work in php using proxy, but recently they changed their auth flow. So I can't just always keep on changing things. So i am using this package but it lacks proxy feature.

Additional context Add any other context or screenshots about the feature request here.

sauravkumal commented 2 years ago

for now I made it working by manually uploading token from local to server. Thanks

ianjwhite99 commented 2 years ago

Hi, currently I do not have any plans to support a proxy integration.