[PR #5480] [MERGED] fix(common): preserve PKCE and client secret in postman collection imports #5235

Closed
opened 2026-03-17 02:42:01 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: fix/postman-import-missing-pkce-auth-field


📝 Commits (3)

  • 617c66f fix(common): import postman collection now handle PKCE and client secret
  • 5f59f67 fix(common): normalize PKCE challenge algorithm handling
  • 6c86ba7 fix(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.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/5480 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/postman-import-missing-pkce-auth-field` --- ### 📝 Commits (3) - [`617c66f`](https://github.com/hoppscotch/hoppscotch/commit/617c66fc615cb868d84b859151afeff4c261f452) fix(common): import postman collection now handle PKCE and client secret - [`5f59f67`](https://github.com/hoppscotch/hoppscotch/commit/5f59f67f7b07e6f702b2640edd0da4dd6f07109f) fix(common): normalize PKCE challenge algorithm handling - [`6c86ba7`](https://github.com/hoppscotch/hoppscotch/commit/6c86ba76ab1f7f18d7db132727f37475b7b96938) fix(oauth): ensure default 'plain' codeVerifierMethod for PKCE compatibility ### 📊 Changes **3 files changed** (+54 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes FE-1028 #5358 Enhance the import functionality to support PKCE settings and include the client secret in the authentication process. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:42:01 +03:00
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#5235
No description provided.