[PR #457] feat(cookies): Allow manually adding cookies to the cookiejar #1959

Open
opened 2026-05-13 22:34:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/457
Author: @stijnbrouwers
Created: 5/8/2026
Status: 🔄 Open

Base: mainHead: feature/manual-cookies


📝 Commits (2)

  • 8b1f5e8 feat(cookies): Allow manually creating cookies
  • 947e3f2 Merge branch 'main' into feature/manual-cookies

📊 Changes

1 file changed (+156 additions, -33 deletions)

View changed files

📝 apps/yaak-client/components/CookieDialog.tsx (+156 -33)

📄 Description

Summary

I have a very specific flow for getting an auth cookie that I cannot put into Yaak. I need to authenticate in the browser and copy the cookie into the application. At the moment, Yaak does not allow manually creating cookies. This PR introduces this functionality with minimal impact to the rest of the application.

Submission

  • [ X ] This PR is a bug fix or small-scope improvement.
  • If this PR is not a bug fix or small-scope improvement, I linked an approved feedback item below.
  • [ X ] I have read and followed CONTRIBUTING.md.
  • [ X ] I tested this change locally.
  • [ X ] I added or updated tests when reasonable.

Approved feedback item (required if not a bug fix or small-scope improvement):


🔄 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/457 **Author:** [@stijnbrouwers](https://github.com/stijnbrouwers) **Created:** 5/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/manual-cookies` --- ### 📝 Commits (2) - [`8b1f5e8`](https://github.com/mountain-loop/yaak/commit/8b1f5e807f4ccefea6a3019e4a67a24277e92056) feat(cookies): Allow manually creating cookies - [`947e3f2`](https://github.com/mountain-loop/yaak/commit/947e3f2e97f2360352f8011b225039460e8796a4) Merge branch 'main' into feature/manual-cookies ### 📊 Changes **1 file changed** (+156 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `apps/yaak-client/components/CookieDialog.tsx` (+156 -33) </details> ### 📄 Description ## Summary I have a very specific flow for getting an auth cookie that I cannot put into Yaak. I need to authenticate in the browser and copy the cookie into the application. At the moment, Yaak does not allow manually creating cookies. This PR introduces this functionality with minimal impact to the rest of the application. ## Submission - [ X ] This PR is a bug fix or small-scope improvement. - [ ] If this PR is not a bug fix or small-scope improvement, I linked an approved feedback item below. - [ X ] I have read and followed [`CONTRIBUTING.md`](CONTRIBUTING.md). - [ X ] I tested this change locally. - [ X ] I added or updated tests when reasonable. Approved feedback item (required if not a bug fix or small-scope improvement): <!-- https://yaak.app/feedback/... --> ## Related <!-- Link related issues, discussions, or feedback items. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 22:34:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#1959