api-layer icon indicating copy to clipboard operation
api-layer copied to clipboard

chore: zaas-client support multiple set-cookie headers

Open richard-salac opened this issue 1 year ago • 1 comments

Description

Zaas-client could get the token only if it was present in the first set-cookie header. This is now improved to support multiple headers.

Type of change

Please delete options that are not relevant.

  • [ ] fix: Bug fix (non-breaking change which fixes an issue)
  • [ ] feat: New feature (non-breaking change which adds functionality)
  • [ ] docs: Change in a documentation
  • [ ] refactor: Refactor the code
  • [x] chore: Chore, repository cleanup, updates the dependencies.
  • [ ] BREAKING CHANGE or !: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] PR title conforms to commit message guideline ## Commit Message Structure Guideline
  • [ ] I have commented my code, particularly in hard-to-understand areas. In JS I did provide JSDoc
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] The java tests in the area I was working on leverage @Nested annotations
  • [ ] Any dependent changes have been merged and published in downstream modules

For more details about how should the code look like read the Contributing guideline

richard-salac avatar Sep 11 '24 14:09 richard-salac