NangoHQ / nango

A single API for all your integrations.
https://www.nango.dev
Other
4.49k stars 407 forks source link

USPS requires POST method for OAUTH2 authorization #2488

Open ianbaek opened 1 month ago

ianbaek commented 1 month ago

I wanted to integrate usps oauth, thus I added below in providers.yaml based on their doc. However, the issue is that 'https://api.usps.com/oauth2/v3/authorize' requires only POST method and it returns error. I understand standard oauth2 is GET to authorize. Is there a way to specify the method in providers.yaml?

usps: categories:

linear[bot] commented 1 month ago

NAN-1399 USPS requires POST method for OAUTH2 authorization