[GH-ISSUE #3477] [feature]: Allow collection requests to share the authorization method #1174

Closed
opened 2026-03-16 19:00:03 +03:00 by kerem · 2 comments
Owner

Originally created by @jeliebig on GitHub (Oct 26, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3477

Is there an existing issue for this?

  • I have searched the existing issues

Summary

This feature would allow users to configure the authorization method in the collection itself, so every request in that collection inherits it (including an already obtained token) and doesn't need to be configured again. Users are allowed to override the authentication method for every request if they wish to do so. For authorization methods like OAuth2 the collection is able to obtain and refresh the token manually and/or automatically and allows requests to use it.

Note:
The Postman importer should be able to import the authorization method for collections as well.

Why should this be worked on?

  • When working with a lot of requests in a collection it could save a lot of time, since you only need to configure authentication once. (Most of the requests likely share the same authentication method anyway.)
  • Imported Postman collections would work right away (assuming you aren't using environments).
  • It would be easier to change authentication across all requests of a collection in case you are testing different authentication methods
Originally created by @jeliebig on GitHub (Oct 26, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3477 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary This feature would allow users to configure the authorization method in the collection itself, so every request in that collection inherits it (including an already obtained token) and doesn't need to be configured again. Users are allowed to override the authentication method for every request if they wish to do so. For authorization methods like OAuth2 the collection is able to obtain and refresh the token manually and/or automatically and allows requests to use it. Note: The Postman importer should be able to import the authorization method for collections as well. ### Why should this be worked on? - When working with a lot of requests in a collection it could save a lot of time, since you only need to configure authentication once. (Most of the requests likely share the same authentication method anyway.) - Imported Postman collections would work right away (assuming you aren't using environments). - It would be easier to change authentication across all requests of a collection in case you are testing different authentication methods
kerem 2026-03-16 19:00:03 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@liyasthomas commented on GitHub (Oct 26, 2023):

We're working on this feature, could you track its progress in #2259?

Possibly a duplicate of #2259, so it's closing.

<!-- gh-comment-id:1781067739 --> @liyasthomas commented on GitHub (Oct 26, 2023): We're working on this feature, could you track its progress in #2259? _Possibly a duplicate of #2259, so it's closing._
Author
Owner

@jeliebig commented on GitHub (Oct 26, 2023):

I tried multiple keyword searches and somehow still missed that issue, sorry for that!

Thank you for linking me to an existing issue!

<!-- gh-comment-id:1781226014 --> @jeliebig commented on GitHub (Oct 26, 2023): I tried multiple keyword searches and somehow still missed that issue, sorry for that! Thank you for linking me to an existing issue!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1174
No description provided.