Hoppscotch: Feature request: OAuth header support/integration

Created on 27 Nov 2019  路  4Comments  路  Source: hoppscotch/hoppscotch

Is your feature request related to a problem? Please describe.
A number of APIs and services are protected using OAuth these days, and it would be great to integrate an OAuth-specific header builder (similar to Postman) to enable easy testing of OAuth-protected resources.

Describe the solution you'd like
A header "builder" to construct an OAuth Authorization header.

Describe alternatives you've considered
None so far.

Additional context
This is a list of the authentication schemes that Postman supports - for a free tool, OAuth in particular would be very useful.
List of authentication scheme builders that Postman supports

feature help wanted

Most helpful comment

OAuth does use some standard URL parameters though....

We can look into those ?

All 4 comments

Hi there,

Thanks for opening the issue. OAuth is something really important to many workloads and is indeed a high priority thing to be implemented.

@liyasthomas @jamesgeorge007 @NBTX @athul @izerozlu
Anyone willing to pick this issue up ? I am a bit in a handful with getting native wrapper going.

@benjaminhowarth1 isn't this how OAuth JWT token is sent in a request?

Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

this is already implemented in Authorization section as Bearer token.

OAuth does use some standard URL parameters though....

We can look into those ?

I can do that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Lz-Gustavo picture Lz-Gustavo  路  4Comments

amireshoon picture amireshoon  路  3Comments

vitorcx picture vitorcx  路  3Comments

edisonaugusthy picture edisonaugusthy  路  5Comments

andreujuanc picture andreujuanc  路  4Comments