mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5954] [feature]: Allow any redirect uri in oauth2 in desktop app #2340
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#2340
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 @wapmorgan on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5954
Is there an existing issue for this?
Summary
Right now when I try to get new token, hoppscotch passes redirect_uri argument as "hoppscotch_INSTANCE_URL/oauth".
But my Oauth provider does not allow new and foreign redirect uri domains, so I get
Postman can catch redirect to ANY redirect uri in desktop app, so postman users does not have to set specific redirect uri for postman.
Can you make a catcher in hoppscotch desktop app too ?
Why should this be worked on?
Hoppscotch desktop app catches redirect to any redirect_uri and continue oauth process
@zeokin commented on GitHub (Mar 6, 2026):
Hi @jamesgeorge007 I am going to work on this. Could you plz assign to me?
@wapmorgan commented on GitHub (Mar 16, 2026):
@jamesgeorge007 any updates?