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

Closed
opened 2026-07-15 02:01:36 -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: Merged
Merged: 5/20/2026
Merged by: @gschier

Base: mainHead: feature/manual-cookies


📝 Commits (1)

  • 67a0ee3 feat(cookies): Allow manually creating cookies

📄 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:** ✅ Merged **Merged:** 5/20/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `feature/manual-cookies` --- ### 📝 Commits (1) - [`67a0ee3`](https://github.com/mountain-loop/yaak/commit/67a0ee3107f12e4238648131e1991b2d10f75d33) feat(cookies): Allow manually creating cookies ### 📄 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-07-15 02:01:36 -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#3310