thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

oAuth 1

Open roykho opened this issue 3 years ago • 8 comments

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

Thanks!

roykho avatar May 25 '21 15:05 roykho

Hi @roykho will add to roadmap.

rangav avatar May 25 '21 16:05 rangav

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

deniscass avatar May 27 '21 01:05 deniscass

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

sheppe avatar Nov 07 '22 19:11 sheppe

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

rangav avatar Nov 07 '22 19:11 rangav

@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.

sheppe avatar Nov 07 '22 23:11 sheppe

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/

rangav avatar Nov 08 '22 03:11 rangav

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

sheppe avatar Nov 08 '22 04:11 sheppe

Ok got it

rangav avatar Nov 08 '22 07:11 rangav