micahstubbs opened a new pull request, #2251: URL: https://github.com/apache/helix/pull/2251
### Description <!-- Write a concise description: "what?, why?, how?" and then add some details about this PR, including screenshots of any UI changes --> <!-- This PR fixes this Helix issue & includes the Helix issue in the PR description. Link your issue number here: You can write `Fix #123`. See https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue --> This PR adds logic to set a cookie containing the Identity Token if an Identity Token Source is configured in `server/config.ts`. Before, helix-front did not have a way to persist an Identity Token received from an Identity Token Source / Identity Token provider on the client. This PR adds that functionality. Fix #2250 ### Tests New unit or integration tests: No new tests. <details> ### Code Style <!-- Ensure the PR diff has been formatted using [Prettier](https://prettier.io) --> Formatted using [Prettier](https://prettier.io) ### Commits - My commits all reference appropriate Apache Helix GitHub issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)" ### Changes that Break Backward Compatibility (Optional) - [ ] My PR contains changes that break backward compatibility or previous assumptions for certain methods or API. They include: --> <!-- Consider including all behavior changes for public methods or API. Also include these changes in merge description so that other developers are aware of these changes. This allows them to make relevant code changes in feature branches accounting for the new method or API behavior. --> ### Documentation (Optional) - [ ] In case of new functionality, my PR adds documentation in the following wiki page: --> <!-- Link the GitHub wiki you added --> </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
