Skip to content

feat(cookies): Allow manually adding cookies to the cookiejar#457

Merged
gschier merged 1 commit into
mountain-loop:mainfrom
stijnbrouwers:feature/manual-cookies
May 20, 2026
Merged

feat(cookies): Allow manually adding cookies to the cookiejar#457
gschier merged 1 commit into
mountain-loop:mainfrom
stijnbrouwers:feature/manual-cookies

Conversation

@stijnbrouwers

Copy link
Copy Markdown
Contributor

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):

Related

This functionality was implemented as part of mountain-loop#463 (cookie editor rewrite).
Recording this no-op merge to credit @stijnbrouwers for the original proposal
and prototype in this PR.
@gschier gschier force-pushed the feature/manual-cookies branch from 947e3f2 to 67a0ee3 Compare May 20, 2026 14:40

@gschier gschier left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting this! Your PR inspired cookie editor rewrite in #463. I wanted to ensure you got some credit, so I rebased your branch to a no-op on top of main. Your work is also called out in the 2026.4.0 changelog. Thanks again!

@gschier gschier merged commit f251772 into mountain-loop:main May 20, 2026
@stijnbrouwers

Copy link
Copy Markdown
Contributor Author

Thank you, that's very much appreciated!

I also want to take the opportunity to thank you for this amazing app 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants