Skip to content

Comments

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

Open
nickheyer wants to merge 1 commit intozitadel:mainfrom
nickheyer:feature/decouple-cookie-from-http-writer
Open

feat: Allow for reuse of cookie creation + decouple creation from http writer#848
nickheyer wants to merge 1 commit intozitadel:mainfrom
nickheyer:feature/decouple-cookie-from-http-writer

Conversation

@nickheyer
Copy link

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.

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

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants