mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5480] [MERGED] fix(common): preserve PKCE and client secret in postman collection imports #5235
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#5235
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/5480
Author: @anwarulislam
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix/postman-import-missing-pkce-auth-field📝 Commits (3)
617c66ffix(common): import postman collection now handle PKCE and client secret5f59f67fix(common): normalize PKCE challenge algorithm handling6c86ba7fix(oauth): ensure default 'plain' codeVerifierMethod for PKCE compatibility📊 Changes
3 files changed (+54 additions, -6 deletions)
View changed files
📝
packages/hoppscotch-common/src/composables/oauth2/useOAuth2GrantTypes.ts(+15 -2)📝
packages/hoppscotch-common/src/helpers/import-export/import/postman.ts(+28 -2)📝
packages/hoppscotch-common/src/services/oauth/flows/authCode.ts(+11 -2)📄 Description
Closes FE-1028 #5358
Enhance the import functionality to support PKCE settings and include the client secret in the authentication process.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.