Skip to content

feat: Allow for reuse of cookie creation + decouple creation from http writer#848

Merged
wim07101993 merged 1 commit into
zitadel:mainfrom
nickheyer:feature/decouple-cookie-from-http-writer
Apr 2, 2026
Merged

feat: Allow for reuse of cookie creation + decouple creation from http writer#848
wim07101993 merged 1 commit into
zitadel:mainfrom
nickheyer:feature/decouple-cookie-from-http-writer

Conversation

@nickheyer
Copy link
Copy Markdown
Contributor

The cookie handler used for .CheckCookie() and .SetCookie() is needlessly constrained and not reusable outside of the scope of an http resp writer. See #847

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Critical parts are tested automatically
  • Where possible E2E tests are implemented
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • Functionality of the acceptance criteria is checked manually on the dev system.

@nickheyer nickheyer force-pushed the feature/decouple-cookie-from-http-writer branch from 204423c to 04ab8b5 Compare March 31, 2026 20:03
@nickheyer
Copy link
Copy Markdown
Contributor Author

Hey @wim07101993 thanks for the approval, though I am unsure what these workflows are waiting for, approval-wise. Let me know if you need something else from me.

@wim07101993 wim07101993 merged commit 4fae59b into zitadel:main Apr 2, 2026
5 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 2, 2026

🎉 This PR is included in version 3.46.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@wim07101993 wim07101993 self-assigned this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants