mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5949] [bug]: OAuth 2.0 token is synced across team members in Team workspaces #2337
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#2337
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?
Originally created by @Laeborg on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5949
Is there an existing issue for this?
Platform
Web App
Browser
Firefox
Operating System
Linux
Bug Description
What happened
When using OAuth 2.0 authorization in a Team workspace — whether configured on a collection or an individual request — the token itself is synchronized across all team members. This means that when one developer generates a token, it overwrites or replaces the token for all other developers in the workspace.
What I expected
Only the OAuth 2.0 configuration (endpoints, client ID, scopes, grant type, etc.) should be synchronized across team members. The token itself should remain personal and local to each user, allowing every developer to authenticate with their own credentials independently.
This is consistent with how Postman handles OAuth 2.0 in shared workspaces.
Steps to reproduce
Additional context
The issue affects both collection-level and request-level OAuth 2.0 authorization.
OAuth 2.0 configuration fields (endpoints, client ID, scopes, etc.) are expected to sync — only the token should be excluded.
This is a privacy/security concern, as tokens are personal and tied to individual user sessions.
Deployment Type
Self-hosted (on-prem deployment)
Version
2026.2.0
@Desel72 commented on GitHub (Mar 5, 2026):
Hi @jamesgeorge007, I'd love to work on this. Could you please assign this to me.