mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5154] [MERGED] fix: auth tokens not propagating to child requests #5081
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5081
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5154
Author: @mayank-jain-1010
Created: 6/16/2025
Status: ✅ Merged
Merged: 6/17/2025
Merged by: @jamesgeorge007
Base:
patch← Head:fix/auth-tokens-not-propagating-to-child-requests📝 Commits (3)
c4540eefix: auth tokens not propagating to child requestsbb246fdchore: cleanup10c1b01refactor: remove redundant optional chaining📊 Changes
2 files changed (+8 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/Properties.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/index.vue(+7 -2)📄 Description
Closes #3957
Access tokens are not propagated to child requests when using
OAuth2.0 authorization. This behavior is observed forTeam Workspacesonly.What's changed
/oauth),collection.idis not preservedpathis preserved, we use that to deduce the value ofcollectionIdNotes to reviewers
Video demonstrating the fix:
https://github.com/user-attachments/assets/dd6524e2-b19b-4101-ac34-22836865d9e9
Key things to note in the video:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.