thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.64k stars 132 forks source link

oAuth 1 #176

Open roykho opened 3 years ago

roykho commented 3 years ago

Would be nice to have support for oAuth 1.0 like in Postman!

Thanks!

rangav commented 3 years ago

Hi @roykho will add to roadmap.

deniscass commented 3 years ago

Hi Guys, will be great add oAuth 1. I'm a Magento 1 developer and i need this auth to test API/REST from Magento

sheppe commented 2 years ago

I'd like to see it too, as Atlassian's Jira API uses oAuth 1.0 as well.

rangav commented 2 years ago

@sheppe Jira seems to have OAuth 2.0 https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/

sheppe commented 2 years ago

@sheppe Jira seems to have OAuth 2.0 https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/

I think that's for Jira "apps" and not necessarily the REST API. Regardless, there are use cases in which 3-legged OAuth 2.0 isn't an option.

rangav commented 2 years ago

Outh2 that's how they work, GitHub twitter api they all use similar model.

You can use Oauth2 for Rest api calls, please try and see.

they also have basic auth https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/

sheppe commented 2 years ago

Outh2 that's how they work, GitHub twitter api they all use similar model.

You can use Oauth2 for Rest api calls, please try and see.

they also have basic auth https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/

Yup, I understand that, but it's still not an option for all use cases. We have an enterprise edition we're running and oauth1 is the only option I'm permitted to use.

Also, for your reference: https://developer.atlassian.com/server/jira/platform/rest-apis/#authentication-and-authorization

rangav commented 2 years ago

Ok got it