[PR #253] [MERGED] [Plugins] [CopyAsCURL] [Auth] [JWT] Include custom bearer prefix to copy CURL #177

Closed
opened 2025-12-29 07:19:41 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/253
Author: @Moshyfawn
Created: 8/28/2025
Status: Merged
Merged: 9/16/2025
Merged by: @gschier

Base: mainHead: fix/copy-curl-prefix


📝 Commits (3)

  • 9701b07 fix(Plugins, CopyAsCURL, Auth, JWT): pass prefix to curl
  • be826d8 test(Plugins, CopyAsCURL, Auth, JWT): ensure custom prefix is reflected in curl
  • 43a81d8 Trim bearer token

📊 Changes

2 files changed (+39 additions, -10 deletions)

View changed files

📝 plugins/action-copy-curl/src/index.ts (+3 -1)
📝 plugins/action-copy-curl/tests/index.test.ts (+36 -9)

📄 Description

https://feedback.yaak.app/p/copy-as-curl-uses-default-bearer-instead-of-the-custom


🔄 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/mountain-loop/yaak/pull/253 **Author:** [@Moshyfawn](https://github.com/Moshyfawn) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `fix/copy-curl-prefix` --- ### 📝 Commits (3) - [`9701b07`](https://github.com/mountain-loop/yaak/commit/9701b075e4ffae64bf372efdead699c1df39da01) fix(Plugins, CopyAsCURL, Auth, JWT): pass prefix to curl - [`be826d8`](https://github.com/mountain-loop/yaak/commit/be826d8b84ab1dcd552f3b0efaf69dd14048eb8a) test(Plugins, CopyAsCURL, Auth, JWT): ensure custom prefix is reflected in curl - [`43a81d8`](https://github.com/mountain-loop/yaak/commit/43a81d809796ae57a07f99ad1ec11da450868d2b) Trim bearer token ### 📊 Changes **2 files changed** (+39 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `plugins/action-copy-curl/src/index.ts` (+3 -1) 📝 `plugins/action-copy-curl/tests/index.test.ts` (+36 -9) </details> ### 📄 Description https://feedback.yaak.app/p/copy-as-curl-uses-default-bearer-instead-of-the-custom --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:41 +01:00
adam closed this issue 2025-12-29 07:19:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#177